|
EV = (% you win)(total pot) - (how much it cost you)
Say you have $100 and villain has $100. Villain open shoves with a random hand. You call with AA, giving you 85% equity against his range. Your EV on the call would look like:
EV = (0.85)(200) - 100
EV = 170 - 100
EV = $70
So on average, you expect to win $70 by making this call. Your formula is still correct; however, it just needs to be altered a tad. Using your formula it should look like this:
EV = (% you win)(amount you win) - (% you lose)(amount you lose)
EV = (0.85)(100) - (.15)(100)
EV = 85 - 15
EV = $70.
"Amount you win" refers to the amount you stand to win while disregarding how much you are risking.
For another example, you are trying to decide the EV of a call. The pot is $150 on the river, and villain shoves $100 (you have him covered). You figure that against his range you have 30% equity when facing his river shove. The EV of your call is:
EV = (% you win)(total pot) - (amount you lose)
EV = (0.30)(150 + 100 + 100) - (100)
EV = (0.30)(350) - (100)
EV = 105 - 100
EV = $5.
OR
EV = (% you win)(amount you win) - (% you lose)(amount you lose)
EV = (0.30)(250) - (0.70)(100)
EV = 75 - 70
EV = $5.
So in this instance, your call is barely above BE, but it is +EV. This can be referenced by looking at your equity, and the pot odds you are being given on the river shove. He is shoving $100 into a $150 pot. So you are needing to call $100 to win the $250 pot, so your getting pot odds of 2.5:1, which means you need 1 / (2.5 +1) or ~29% equity for a call to be breakeven. Well, you have 30% equity, which is barely above the needed equity, so a call is +EV, but only barely ($5 worth as shown).
|