6 Expected Value and Decision-Making
Every decision you make at the poker table—every fold, call, bet, raise, and check—has a price tag and a payoff. Expected value (EV) is the tool that lets you read those price tags. It is the single most important concept in the entire book, because once you understand it, the rest of poker stops being a collection of memorized rules and becomes a single coherent question that you ask on every street: which of my available actions makes me the most money on average?
This chapter teaches you to compute EV, to compare candidate lines by it, and—most importantly—to rewire your emotional relationship with the game so that you judge yourself by the quality of your decisions rather than the outcome of any single hand. That last shift, from results to process, is what separates players who improve from players who merely accumulate hours.
6.1 What Expected Value Actually Means
Expected value is the average result of a decision if you could repeat it an infinite number of times. It is a weighted average: you take every possible outcome, multiply each outcome’s value by the probability it occurs, and add them all up.
The general formula is:
\[ EV = \sum_{i} P(\text{outcome}_i) \times V(\text{outcome}_i) \]
In plain English: probability of each result times the money won or lost in that result, summed across all results.
A few ground rules before we touch a single hand:
- Work in big blinds (bb), not dollars or chips. A decision that wins 3bb is a decision that wins 3bb whether you are playing a $0.50 game or a $50 game. Thinking in big blinds makes your reasoning portable across stakes.
- Count only the money still in play. Chips you already put in the pot on earlier streets are gone; they are not yours anymore. EV is always computed from this decision forward. This is the most common place where intuition betrays beginners, and we will return to it.
- A positive EV (+EV) play makes money on average; a negative EV (–EV) play loses money on average. Your entire job as a poker player is to choose, at every decision point, the option with the highest EV available to you.
EV is not a prediction of what will happen this hand. You will often make a clearly +EV call and lose the pot. EV is a statement about the long run—about the average of thousands of identical spots. Your bankroll is the sum of those averages, so playing +EV relentlessly is how you win even though any single hand is a coin toss with the universe.
6.2 The EV of a Call
Calling is the simplest action to analyze because there are usually only two outcomes: you win the pot, or you lose your call.
Suppose the pot is 10bb and your opponent bets 6bb, making the total pot 16bb. It costs you 6bb to call. You believe you have the best hand—or will improve to the best hand—40% of the time.
When you win, you collect the 16bb that is in the pot (the 10bb that was there plus your opponent’s 6bb bet). When you lose, you forfeit the 6bb you called with. So:
\[ EV_{call} = (0.40 \times 16) - (0.60 \times 6) \] \[ EV_{call} = 6.4 - 3.6 = +2.8\ \text{bb} \]
Calling here is worth +2.8bb on average. Note carefully what we counted as the “win” amount: the 16bb pot after the bet went in, because that is what you actually drag when you win. We did not subtract your call from the win side, because the simplest accounting is “win the whole pot” versus “lose your call.” (You can do it the other way—win 10bb net or lose 6bb—and you will get the same answer. Pick one method and be consistent.)
This formula is the engine behind pot odds, covered in its own chapter. The connection is exact: the call breaks even when your win probability equals the price you are getting. Here you needed to be good 6bb / (16bb + 6bb)… but rather than re-derive pot odds here, simply note that EV is the parent concept and pot odds is one of its children.
6.3 The EV of a Value Bet
When you bet for value, you want worse hands to call. The outcomes multiply: villain can fold, villain can call and you win, or villain can call and you lose (you were not actually ahead, or got outdrawn). A clean way to think about a value bet on the river—where there are no more cards to come—is to split it by what villain does.
Pot is 20bb. You bet 15bb. Your read: villain folds 50% of the time, and of the times he calls, you are ahead 70%.
Break the tree into branches:
- Villain folds (50%): you win the 20bb pot. Value = +20bb.
- Villain calls and you win (50% × 70% = 35%): you win the 20bb pot plus his 15bb call = +35bb.
- Villain calls and you lose (50% × 30% = 15%): you lose your 15bb bet = –15bb.
\[ EV_{bet} = (0.50 \times 20) + (0.35 \times 35) + (0.15 \times -15) \] \[ EV_{bet} = 10 + 12.25 - 2.25 = +20\ \text{bb} \]
Now compare that to simply checking and giving up, or checking and winning at showdown some fraction of the time. The bet’s EV of +20bb is the number you must beat with any alternative line. This is the heart of decision-making: you do not evaluate a play in isolation; you compare it against the next-best play.
6.4 The EV of a Bluff
A pure bluff is the cleanest EV calculation in poker because, by assumption, you have no showdown value—you win only when villain folds.
The formula for a bluff is:
\[ EV_{bluff} = (P_{fold} \times \text{pot}) - (P_{call} \times \text{bet}) \]
You win the current pot when he folds; you lose your bet when he calls. (We are momentarily ignoring the rare cases where you bluff, get called, and still hit a miracle card—those add a small positive term you can fold in if a card is to come.)
Pot is 12bb. You bluff 8bb on the river. How often does villain need to fold for this to break even? Set EV to zero:
\[ 0 = (P_{fold} \times 12) - ((1 - P_{fold}) \times 8) \] \[ 0 = 12\,P_{fold} - 8 + 8\,P_{fold} \] \[ 8 = 20\,P_{fold} \quad\Rightarrow\quad P_{fold} = 0.40 \]
You need villain to fold 40% of the time to break even. This is the breakeven bluff frequency, and there is a shortcut that you should memorize:
\[ \text{Breakeven fold \%} = \frac{\text{bet}}{\text{bet} + \text{pot}} \]
Here: 8 / (8 + 12) = 8/20 = 40%. That is the same fraction as the pot odds you are laying yourself. A few reference points worth knowing cold:
| Bet size (relative to pot) | Fold % needed to break even |
|---|---|
| Half pot (0.5x) | 33% |
| Two-thirds pot (0.67x) | 40% |
| Three-quarters pot (0.75x) | 43% |
| Full pot (1.0x) | 50% |
| Overbet 1.5x pot | 60% |
Bigger bluffs need to work more often. A pot-sized river bluff must succeed 50% of the time just to break even; a half-pot bluff only 33%. This is why bet sizing is not a stylistic choice—it directly sets the bar your read must clear. If you think a player folds 45% of the time, a half-pot bluff (needs 33%) is a comfortable +EV play, but a pot-sized bluff (needs 50%) is –EV against the very same player.
Let’s confirm one is +EV. Against an opponent you estimate folds 55% to that 8bb bet into 12bb:
\[ EV_{bluff} = (0.55 \times 12) - (0.45 \times 8) = 6.6 - 3.6 = +3.0\ \text{bb} \]
A clearly profitable bluff—because 55% comfortably clears the 40% you needed.
Beginners bluff “because villain might fold” without ever asking how often he must fold. “Might fold” is not an analysis. The question is always: does his folding frequency exceed the breakeven number that my bet size demands? A bluff that gets through 35% of the time is a disaster at pot-size and a money-printer at quarter-pot. Same fold rate, opposite verdict—because sizing changed the math.
6.5 Comparing Candidate Lines by EV
Real hands are not single decisions; they are branching trees of decisions. The professional’s mental motion is to lay out the two or three realistic lines, estimate the EV of each, and take the highest. You will rarely have exact numbers—your inputs are educated estimates—but even rough EV comparison beats gut feeling, because it forces you to make your assumptions explicit and then checks whether they actually support your play.
Consider a turn spot. The pot is 30bb and you hold a flush draw plus an overcard—say nine outs to the nut flush and a chance your overcard is live. You face no bet; the action is on you, and you are last to act on the turn with 40bb behind. Your candidate lines:
- Check back and try to realize equity / hit on the river for free.
- Bet 20bb as a semi-bluff, hoping to win immediately but with equity as a backup when called.
Suppose you estimate roughly 18 outs-equivalent… let’s keep it concrete: you have about 20% equity to improve to the best hand by the river, and you estimate a 20bb semi-bluff gets villain to fold 45% of the time.
Line 1 — check back. You see a free river. Roughly speaking you win the 30bb pot about 20% of the time when you hit (and occasionally when you have the best hand unimproved, but let’s keep the model lean and ignore that):
\[ EV_{check} \approx 0.20 \times 30 = +6\ \text{bb} \]
Line 2 — semi-bluff 20bb. Break it into branches:
- Villain folds (45%): win 30bb now → +30bb.
- Villain calls (55%), then you hit on the river (20%): you win the 30bb pot plus his 20bb call = +50bb. Combined probability 0.55 × 0.20 = 11%.
- Villain calls (55%), then you miss (80%): you lose your 20bb bet = –20bb. Combined probability 0.55 × 0.80 = 44%.
\[ EV_{semibluff} = (0.45 \times 30) + (0.11 \times 50) + (0.44 \times -20) \] \[ EV_{semibluff} = 13.5 + 5.5 - 8.8 = +10.2\ \text{bb} \]
The semi-bluff at +10.2bb crushes the check-back at +6bb, so you bet. And notice why: the betting line wins the pot two different ways—fold equity now and your draw later—a phenomenon sometimes called the “two ways to win.” This is exactly the kind of insight that drops out of the math but is invisible to results-oriented thinking, where a missed semi-bluff just looks like “I bluffed and lost.”
This example is deliberately simplified—it ignores what happens on rivers where you miss but can bluff again, the times villain raises, and the times your unimproved hand is still best. Real solver analysis accounts for all of it. But the framework—enumerate the lines, branch each into outcomes, weight and sum—is identical whether you are doing it on a napkin or a solver is doing it across millions of nodes.
6.6 A Fully Worked Example Hand
Let’s walk one complete hand to show EV thinking in motion.
Setup. $1/$2 online cash, 100bb effective. You are in the big blind with A♥ 5♥. The cutoff opens to 2.5bb, the button calls, and you call from the BB. Three players, 8.5bb in the pot (your 2.5 plus theirs plus the small blind’s dead 0.5).
Flop: K♥ 9♥ 4♣. You have the nut flush draw—nine clean outs to the best hand, plus a backdoor wheel possibility and an ace that may or may not be good. You check, the cutoff bets 5bb, the button folds. It’s on you. Pot is now 13.5bb and it costs 5bb to call.
The call decision. With nine outs, you’ll complete your flush by the river about 35% of the time if you see both cards, but you won’t always get to see both cards for free, so let’s value the immediate call against this turn card alone—about 19% to hit on the turn—plus the implied value of stacking a made hand. Rather than belabor it, the pot odds are 5 / (13.5 + 5) ≈ 27%, and your draw plus the times an ace wins plus implied odds comfortably clears that. Call. (Raising is also a candidate line—a check-raise semi-bluff—but let’s take the call to keep the example moving.)
Turn: 2♠. No help. Pot is 23.5bb. The cutoff bets 16bb, a big turn barrel, leaving roughly 76bb behind. You still have the nut flush draw: nine outs, about 19.6% to hit on the river.
Now the EV of calling 16bb to win the 23.5bb pot:
\[ EV_{call} = (0.196 \times 23.5) - (0.804 \times 16) = 4.6 - 12.9 = -8.3\ \text{bb} \]
On raw pot odds alone, this call is sharply –EV. You need 16 / (23.5 + 16) ≈ 40.5% equity and you have under 20%. So why do players call here profitably? Implied odds—the extra money you expect to win on the river when you hit. For the call to break even, the river money must bridge that –8.3bb gap. Villain has ~76bb behind; if, on the ~19.6% of rivers where you bin the nut flush, you can extract even a modest 40bb more on average, you add roughly 0.196 × 40 ≈ +7.8bb to the call’s EV, nearly closing the gap. Whether the call is correct hinges entirely on how much you realistically get paid—which depends on the player. Against a station who never folds top pair, call all day; against a thinking player who shuts down when the flush comes in, fold.
River: 7♥. You hit the nut flush. Pot is 55.5bb (the 23.5bb plus both 16bb turn bets). Villain checks. You hold the absolute nuts, and the only question is a value-betting EV question: what size maximizes (probability of being called) × (amount called)?
If you shove 76bb and get called 25% of the time: EV contribution from the bet ≈ 0.25 × 76 = 19bb of extra value. If you bet 35bb and get called 60% of the time: 0.60 × 35 = 21bb of extra value. The smaller bet makes more money here because it more than doubles your call rate while only roughly halving your size. (Plus, you collect the 55.5bb pot regardless in both lines.) The lesson: even with the nuts, sizing is an EV optimization, and the highest number on the betting menu is rarely the most profitable one.
Take the river spot above. Build a three-row table for bet sizes of 20bb, 35bb, and 76bb (shove). For each, estimate villain’s calling frequency, then compute (call% × bet size) to find the extra value each size captures. Which size wins? Now do the same exercise for the turn call: write the call’s raw EV (you computed –8.3bb), then solve for the average river extraction you’d need to make the call breakeven. Doing this five times for five different hands will install implied-odds reasoning more deeply than reading about it ten times.
6.7 Process Over Results: The Mindset Shift
Here is the single most expensive habit in poker, and almost every player has it to some degree: judging a decision by whether the hand was won or lost. This is called results-oriented thinking, and it is poison.
Poker is a game of incomplete information and large variance. You can make a flawless, clearly +EV call and lose. You can make a reckless, –EV hero call and win a huge pot. If you let the result tell you whether the decision was good, you will learn precisely the wrong lessons—reinforcing your mistakes when they happen to win and abandoning your best plays when they happen to lose.
The professional standard is the opposite: evaluate the decision using only the information available at the time, and let the chips fall. A good decision that loses is still a good decision. A bad decision that wins is still a bad decision. The scoreboard you care about is not “did I win this pot” but “did I, given what I knew, choose the highest-EV action available?”
There is a useful piece of vocabulary borrowed from poker author and decision theorist circles: resulting—the error of equating decision quality with outcome quality. Train yourself to catch it. When you review a session, the question “did I play that hand well?” must never be answered by looking at who won.
“I called and he had it, so I should have folded.” No. The hand he turned over is one sample from his entire range. If his range at that moment contained enough bluffs and worse value hands that your call was +EV against the whole range, the call was correct—even though this specific instance lost. Judge the call against the range you faced, not the single hand you happened to get shown. Conversely: “I bluffed and he folded, so it was a great bluff”—maybe, but if he was only folding 25% and your sizing needed 50%, you made a –EV play that got lucky. The fold doesn’t vindicate the bluff.
How do you actually internalize this? Three practices:
- Separate decision review from results entirely. When studying hands, cover the result. Ask only: what were the available lines, and which had the highest EV given my reads? Reveal the outcome last, and only to check whether your inputs were calibrated—not whether your decision was “right.”
- Track your decisions, not just your bankroll. Note spots where you knew the +EV play and made it, regardless of how they turned out. A session where you made twelve good decisions and lost five buy-ins to variance is a successful session by the only metric you control.
- Embrace the long run as your judge. Variance is loud in the short term and silent in the long term. Over a single session, luck dominates. Over tens of thousands of hands, EV dominates and luck washes out. Your job is to keep feeding the machine +EV decisions and let the sample size do its work.
You cannot control whether you win a hand. You can only control whether you make the +EV decision. Detach your sense of having “played well” from the outcome and attach it to the quality of your reasoning. Players who make this shift stop tilting, stop chasing losses, and start improving—because they are finally optimizing the thing they can actually control.
6.8 Putting It Together
Expected value is the grammar of poker. Pot odds, implied odds, fold equity, bet sizing, bluff frequency, and value extraction are all just EV wearing different costumes. When you are unsure what to do, fall back to the fundamental procedure:
- List your realistic options (fold, call, raise; check, bet small, bet big).
- For each option, enumerate the outcomes and estimate their probabilities from your read of villain’s range.
- Weight each outcome by its probability, sum to get the EV of that option.
- Choose the highest.
- Judge yourself on steps 1–4, never on whether the river bricked.
You will not run these calculations to three decimal places in real time—nobody does. But by drilling them away from the table, you build the intuition that lets you feel the EV at the table: this bluff is too big for how sticky he is; this call is a clear price; this value bet is leaving money on the table at half-pot. That trained intuition, grounded in arithmetic you have actually done, is what expertise in poker looks like. Everything else in this book is an application of the principle you just learned: at every decision, find the +EV play, make it, and trust the long run.