The Indifference Principle

At the heart of GTO (Game Theory Optimal) play lies a single powerful idea: make your opponent indifferent between their available options. When your opponent is indifferent, they cannot exploit you by always choosing one option — any mix of calling and folding yields them the same EV.

This is achieved by constructing balanced ranges. If you always bet with strong hands and always check with weak hands, your opponent can exploit you by folding to all bets and calling all checks. A balanced range contains both value hands and bluffs in the correct ratio, so your opponent cannot profitably deviate.

Indifference Condition: In a GTO solution, a player is indifferent between two actions when both actions yield the same EV. You achieve this by mixing at exactly the frequency that makes their call EV equal to their fold EV.

Deriving Optimal Bluff Frequency

Consider a river spot. You bet size \(B\) into pot \(P\). Opponent must decide to call or fold. For the opponent to be indifferent, the EV of calling must equal the EV of folding.

EV of folding = 0 (gives up the pot). EV of calling:

$$\text{EV}_{\text{call}} = P(\text{you bluff}) \times (P + B) - P(\text{you value}) \times B$$

Setting \(\text{EV}_{\text{call}} = 0\) and letting \(x\) = fraction of bets that are bluffs:

$$x(P + B) = (1-x)B$$ $$x \cdot P + x \cdot B = B - x \cdot B$$ $$x \cdot P = B(1 - 2x)$$

Solving for \(x\):

$$x = \frac{B}{P + 2B}$$

For a pot-sized bet (\(B = P\)):

$$x = \frac{P}{P + 2P} = \frac{1}{3} \approx 33\%$$

One-third of your pot-sized bets should be bluffs to make the opponent indifferent. For a half-pot bet (\(B = P/2\)):

$$x = \frac{P/2}{P + P} = \frac{1}{4} = 25\%$$
Bet Size (% pot)Optimal Bluff % of BetsValue : Bluff Ratio
33% pot20%4:1
50% pot25%3:1
75% pot30%7:3
100% pot33%2:1
150% pot37.5%5:3

Bet Frequency from Ranges

Balance frequency also determines how often to bet overall (not just the bluff ratio within bets). If you bet too often, your checking range becomes too weak and opponents can profitably attack it. If you bet too rarely, your betting range becomes too strong and opponents can over-fold to your bets.

The optimal bet frequency depends on your range composition. Suppose on a given board your range contains:

  • Strong value hands (top 20% of range): should almost always bet
  • Medium hands (middle 40%): mixed — bet for protection or check to realize equity
  • Weak hands / air (bottom 40%): use some as bluffs, check the rest

The total bet frequency should keep your checking range defensible. A rough guideline: if you bet \(x\%\) of your range, your check range must contain enough strong hands to protect against probes. Typically, GTO solvers produce bet frequencies of 40–70% on most flops.

The Alpha Formula and MDF

The alpha (\(\alpha\)) formula gives the minimum defense frequency (MDF) required by the caller to make a pure bluff unprofitable:

$$\alpha = \frac{B}{P + B}$$

This is the fraction of hands the caller must call with (or the fraction of pot won by a bluff when it succeeds). The Minimum Defense Frequency (MDF) is:

$$\text{MDF} = 1 - \alpha = \frac{P}{P + B}$$

The MDF is the fraction of hands the defender must defend (call or raise) to make bluffs break even. If the defender folds more than \(\alpha\), bluffs become automatically profitable.

Bet SizeAlpha (α)MDF (1−α)
25% pot20%80%
33% pot25%75%
50% pot33%67%
75% pot43%57%
100% pot50%50%
Alpha and Bluff Frequency Are Linked: The optimal bluff frequency (from the bettor's perspective) and the alpha / MDF (from the caller's perspective) are two sides of the same coin. When both players play GTO, neither can improve their EV by deviating.

Three Worked Examples

Example 1: River Polarized Range

Setup: Pot = \$100, you bet \$100 (pot-sized). Your range is polarized: either the nuts or a complete bluff. What is the GTO bluff frequency?

$$\alpha = \frac{100}{100 + 100} = 50\%$$ $$\text{Bluff frequency} = \frac{B}{P + 2B} = \frac{100}{300} = 33\%$$

For every 3 bets, 2 are value and 1 is a bluff. The opponent must call 50% of the time (MDF = 50%). If they call exactly 50%, your bluffs break even and your value bets profit maximally.

Example 2: Turn Balanced Range with 75% Pot Bet

Setup: Pot = \$80, you bet \$60 (75% pot). You have 21 value combos in your range. How many bluff combos are GTO?

$$\text{Bluff ratio} = \frac{B}{P + 2B} = \frac{60}{80 + 120} = \frac{60}{200} = 30\%$$

30% of bets are bluffs, 70% are value. Bluff combos = \(\frac{0.30}{0.70} \times 21 = 9\) bluff combos. So your balanced turn betting range has 21 value + 9 bluffs = 30 total combos.

Example 3: Flop C-Bet Frequency

Setup: As the PFR on a dry board (K72 rainbow), your range is strong (top pairs, overpairs, sets). You have 100 combos total. A 33% pot c-bet gives MDF = 75%.

For your c-bet range to be balanced, bluff % of bets = 20% (from the table above). If you c-bet 60 of 100 combos:

  • Value bets: 60 × 0.80 = 48 combos (top pair+, sets, overpairs)
  • Bluffs: 60 × 0.20 = 12 combos (backdoor draws, overcards without top pair)

The 40 checking combos should include some strong hands (for check-raise protection) and medium-strength hands (to call down turns).

Practical Usage

Applying balance frequencies in live play does not mean being a robot. The goal is to be unexploitable, not to play every hand by the numbers. Here is how to use these concepts practically:

  • Against unknown opponents: Start closer to GTO frequencies to avoid being exploited.
  • Against known over-folders: Increase bluff frequency above GTO. If they fold more than MDF, bluffs become automatically profitable.
  • Against known over-callers: Reduce bluff frequency toward zero, increase value bet frequency and sizing.
  • Use alpha as a sanity check: Before bluffing, ask if you expect folds above alpha. If yes, proceed. If no, reconsider.
Common Mistake: Many players check their strong hands too rarely, making their check range too weak. Always include some strong hands in your checking range so opponents cannot profitably bet into you every time you check.