Quote:
Originally Posted by lawdude
The basic lay of the land is this. I am never folding this hand heads-up, so the only two options are x/c vs. b/c. The question is what the math problem is to determine whether I should x/c or b/c? I imagine it depends on several different things:
a. MP's range.
b. What hands MP will call a bet with.
c. What hands MP will raise with.
d. What hands MP will bet with if I check.
So supposing I can estimate these four things, how do I calculate whether to b/c or x/c?
|
Here are the possible end states and pathways (POT refers to pot size in BB prior to any action)
Bet - Raise - You Win -> EVa=(POT + 2BB) x p(Raise given Bet) x p(You Win given Bet/Raise)
Bet - Raise - You Lose -> EVb=(-2BB) x p(Raise given Bet) x p(You Lose given Bet/Raise)
Bet - Call - You Win -> EVc=(POT + 1BB) x p(Call given Bet) x p(You Win given Bet/Call)
Bet - Call - You Lose -> EVd=(-1BB) x p(Call given Bet) x p(You Lose given Bet/Call)
Bet - Fold -> EVe = POT x p(Fold given Bet)
To evaluate the EV for a Bet, you add EVa-e
For a Check,
Check - Bet - You Win -> EVf=(POT + 1BB) x p(Bet given Check) x p(You Win given Check/Bet)
Check - Bet - You Lose -> EVg=(-1BB) x p(Bet given Check) x p(You Lose given Check/Bet)
Check - Check - You Win -> EVh=(POT) x p(Check given Check) x p(You Win given Check/Check)
Check - Check - You Lose -> EVi= Zero
Add EVf-i for EV for a Check.
Pick whichever EV is higher
So values you need are -
POT size (remember, villain could fold, so this must factor in)
p(raise if you bet)
p(you win given bet/raise)
p(call if you bet)
p(you win given bet/call)
p(fold if you bet) - this will be 1-p(raise)-p(call)
p(bet if you check)
p(you win given check/bet)
p(check if you check) - this will be 1-p(bet)
p(you win given check/check)
The p(lose) values are simply 1-p(win) for the correponding state.
More than you hoped for, I'm sure.