I have a question about the minimax algorithm.
Lets say I have the following game tree, and I've added some random heuristic values to it.

As I've understood the minimax algorithm, it will choose the green path. However, this might not be the best thing to choose in the situation. Because the right child of the top node, has the HIGHEST value that it can get, it's not the best move...
Since if the other player does the other move, my win chance is much less...
I'm sorry, I'm having a hard time expressing what I mean on this question. But how am I thinking wrong here?