Given a list of integers, write a function to return the maximum product that can be obtained from any three integers in the list.
[1, 2, 3, 4, 5]
60
Bot