Why Perfect Loses
BERNS_CHALK always picks the most probable winner in every game. It is the most accurate bracket. So why doesn’t it have the highest P(1st place)?
The Core Problem: You Score Relative to the Field
When BERNS_CHALK picks Duke as champion (say, 35% win prob) and Duke wins — so do the 55% of pool entrants who also picked Duke. You score 320 points. So do they. Your relative gain is zero. Winning a pool requires maximizing P(your score > everyone else’s), not maximizing expected correct picks. These are fundamentally different objectives.
Proof: The 20% Underdog Can Win More Often
10-person pool • 1 championship game • 320 pts
Team A: 80% win prob, 90% ownership (9 of 10 pick A)
Team B: 20% win prob, 10% ownership (1 of 10 picks B)
Pick A (BERNS_CHALK):
A wins (80%): you share 320 pts with 8 others → win tiebreak 1/9
B wins (20%): you score 0, contrarian scores 320 → you lose
P(1st) = 0.80 × (1/9) + 0.20 × 0 = 8.9%
Pick B (contrarian):
A wins (80%): you score 0 → you lose
B wins (20%): you and 1 opponent share 320 pts → win tiebreak 1/2
P(1st) = 0.80 × 0 + 0.20 × (1/2) = 10.0%
The General Rule
Pick the underdog when: ownership_A / ownership_B > prob_A / prob_B. In the example: 90/10 = 9 > 80/20 = 4 → pick B. This is exactly what Leverage captures: model_prob / public_ownership. When leverage > 1 for the underdog, picking them increases P(1st) even though it decreases expected score.
The Variance Argument
BERNS_CHALK is a low-variance strategy. It scores consistently near the pool average. But “slightly above average” rarely wins a 25-person pool. The optimizer introduces good variance: EMV-positive upsets that are correlated with leapfrogging the most people at once. When a 4-seed Final Four pick hits, you score 160 pts while ~75% of the field scores 0 on that slot.
More Simulations Don’t Change This
More Monte Carlo sims reduce measurement noise — they converge to the true P(1st). But the true P(1st) for BERNS_CHALK is structurally limited because it picks the same teams as most opponents. It wins when they win, loses when they lose. No amount of simulation changes the underlying math.
The Analogy
BERNS_CHALK is like a stock portfolio that perfectly tracks the index. You’ll never dramatically underperform. But you’ll never outperform either — because everyone else is also indexed. To beat the field, you need a concentrated position that the field doesn’t have.