Given a list of integers, write a function to return the maximum product of three numbers from the list. The list will have at least three integers.
[1, 2, 3, 4, 5]
60
Bot