Here is an interesting brainteaser I came across that I have not been able to solve:
You are playing a game in which you and an opponent select cards (without replacement) from a 100-card deck, which are numbered 1-100. You each flip over a card initially. If your card value is higher than theirs, you win 1\$. If their card is higher than yours, you have two options: flip over a second card (in which case you win 1\$ if it is higher than their card and lose 2\$ if both your cards are smaller) or not flip over a second card and lose 1\$. What is the fair value of the game
I am stuck on when you should flip a second card and when you should not.