|
SUPER SUPER BASICS: Expected Value and Pot Odds
Ok, so I was trolling through a post and ragnar4 noticed that there wasn't a topic posted and stickied about pot odds or expected value. The two really go hand in hand, but expected value is really the backbone of everything discussed in this forum so I'm going to get off my ass and actually post something that people who know less than me can benefit from as opposed to just leaching like I usually do...
First, what is +EV?
When an action is "+EV", it means that if we were to perform this action multiple times, we should have an overall net gain. The easiest example is applied to say a coin flip. If I were to offer you a deal saying that everytime I flipped a coin, if it came up heads i would give you $10 but everytime it came up tails you would give me $9, would you take it? Of course! Because you would have an overall net gain given multiple trials. How do we know this? The answer is simpler than it seems. All we have to do is multiply the probability of winning by the amount we stand to earn, and subtract the probability of losing by the amount we stand to lose and the result is our expected value. More simply, since a (fair) coin flip will land heads exactly 1/2 times, the calculation is just
EV= p(W)*gain - p(L)*loss where p(W) is the probability of Winning and p(L) is the probability of losing
EV=1/2 * 10 - 1/2 * 9
Ev=5-4.5 = .5
So for every flip we take, we expect to have a net increase of $.5 per flip!
Ok, that's great and all, but how does this apply to poker?
Well, it applies in many different scenarios but the most basic is when calculating pot odds. When someone says that they didnt offer you the correct pot odds to call, what they are saying is that the amount of money you had to call to see the next card(s) was too large compared to the chance you had of hitting your desired card. This is easier to explain using an example.
For the purposes of this example, we are going to assume that HERO has JhTh, and that VILLAIN has AcKd and both hands are face up.
The board is 2h8hKc3s with a pot of $.40
Villain bets out $.20, should we call him?
Since both hands are face up, we will get no future money out of villain when the river comes, as he will simply fold to any bet we make. So the question is, are we getting the proper pot odds to call this bet? I.E., is calling this bet +EV???
well, we go back to our simple equation
EV=p(W)*gain - p(L)*loss
EV=9/45 * $.60 - 36/45* $.20 (it is out of 45 since we know villains hand)
EV=$.12 - $.16 = --$.04
So the pot is laying insufficient odds to justify the call, and it is thus -EV. Put another way, if we called this bet over a large sample size, we would expect to lose money!
I'll show a more typical example now and explain how we can justify the 2 and 4 rule.
Lets say we now have 7h6h on a board of 5h4hKcQd. We are certain that if we hit either a heart, or a 3 or a 8 that we will have the winning hand. The current pot is $1, and villain bets $.5. Do we call?
What do you think we do? Well, the long hard way is doing this EV calculation.
EV=p(W)*gain - p(L)*loss
EV=15/47*$1.5 - 32/47 *$.5
EV= $.48 - $.34 = $.14
So we should clearly call. But this is annoying to do at the table, and we are really only interested if a call nets a positive or negative expectation. So, an easier way is consider the problem involves what the pot needs to be for an EV of 0.
EV=p(W)*gain - p(L)*loss=0
p(W)*gain = p(L)*loss
p(W) = p(L)*loss/gain
p(W) = 15/47 = 31%, which is almost twice the number of outs!
Why is that so? Well, it is because 47 is so close to 50. 15/50 would be exactly 30, so it makes sense that shrinking the denominator would make our percentage a little bit higher than twice the number of outs. This is the back bone of the 2 and 4 rule. Say we wanted to know the probability of hitting a straight draw with 2 cards left to come though, then what is the probability? Well, in this case it is easier to determine the probability we dont win. 1=p(W) +p(L) so p(W)=1-p(L). In this case, p(L) = 40/48 * 39/47 =.69
Then p(W) = 1- .69 = .31. PERFECT. we had 8 outs, and 4*8 = 32%! So with two streets left, the probability of hitting is about equal to the number of outs multiplied by 4! Thus the rule of 2 and 4 explains that our chance of winning, is just the number of outs multiplied by 2 for 1 card remaining, and by 4 for 2 cards remaining.
Lets go back to our EV=0 equation then.
p(W) = p(L)*loss/gain
We already know that p(L)= 1-p(W) so we can instead say
p(W) = (1-p(W)) (loss/gain)
p(W)=loss/gain -p(W)loss/gain
Then p(W) + p(W) L/G = L/G
p(W)(1+L/G) = L/G
p(W) =L/G/ (1+L/G)
Let 1=G/G
Then p(W) = (L/G) / (G/G + L/G) = (L/G) / ((G+L)/G)
This is the same as L/(G+L)
Then, for a call to net 0, we have p(W) = L/(G+L)
Say we had our open ended straight flush draw on the turn, and villain bets $2 into a pot of $6. To be +EV, we need our p(W) to be greater than L/(G+L). So what do we do?
Well by the rule of 2 and 4, 15*2=30%
so 30% > 2/(6+2) = 25%
So 30%>25% so this call is plus EV. This calculation using the 2 and 4 rule is much simpler and more useful than our EV calculation, and can even be done at the table!
Well, this is really my first really contribution to the forum, so i hope this is somewhat helpful to the newest of players.
|