World vs Model World vs Model · Glossary & references ← BoardMethodology →FAQ →

Glossary & references

Plain-English definitions of the jargon on this site, and the source papers each method comes from. Everything here is research & education — not financial advice, not a tipping service.

The market

TermIn plain English
Implied probabilityA price between 0 and 1, read as a chance. A team priced at 0.16 means the market gives it ~16% to win.
Overround / vigAdd up every team's price in a round and it sums to more than the real number of slots — the excess is the bookmaker's built-in margin.
De-vigStripping that margin back out by rescaling a round's prices to sum to its true slot count, so they're comparable to a model.
Favorite–longshot biasThe long-documented tendency for longshots to be over-priced and favorites under-priced versus their true odds.
Liquidity / depthHow much money is resting in a market. A thin market can't be traded at size without moving the price.
Half-spreadHalf the gap between the buy and sell price — a rough per-trade cost. We net it off every edge, so a gap that doesn't clear it isn't taken.
Nested ladderThe five linked markets per team: advance → reach QF → SF → final → win.
No-arbitrageIf a team's price to reach a deeper round exceeds its price to reach a shallower one, one of those prices is provably wrong — a riskless inconsistency.

The models

TermIn plain English
EdgeModel probability minus the de-vigged market probability. Positive = the model thinks it's under-priced.
Zero-knowledge modelKnows no football — it only re-shapes the market's own prices with a favorite–longshot correction. The honest baseline.
Informed modelAn independent Elo simulation of the bracket, not derived from the market — so it can genuinely disagree.
Elo ratingOne number for team strength; the gap between two ratings sets the win probability. From chess, now standard in football.
Expected scoreThe win probability the Elo gap implies for a single match.
Poisson goals modelTreats each team's goals as a random count whose average is set by the rating gap — the standard way to simulate scorelines.
Dixon–Coles correctionA tweak to the Poisson model that fixes its tendency to under-produce low-score draws (0-0, 1-1).
ShrinkagePulling estimates toward the field average to avoid over-confidence — we flatten ratings for the high-variance knockout.
Rating uncertaintyWe don't know any team's true strength exactly, so each simulation jitters the ratings — which stops the model printing false 0% / 100%.
Host advantageThe well-documented home-team bump; the three 2026 co-hosts get a disclosed +60 Elo.
Monte CarloSimulating the whole tournament tens of thousands of times and counting how often each outcome happens, to read off a probability.

The paper book

TermIn plain English
Paper bookA pretend portfolio — no real money — purely to put a number on the model-vs-market disagreements.
Conviction-weightedBigger disagreements get bigger (capped) stakes.
Dollar-neutralEqual money long and short, so it's a bet on relative mispricing, not on the market rising or falling.
Mark-to-market (MTM)Re-pricing open positions at the current market to show running profit/loss.
Capital at risk · max ↑ · max ↓The money deployed, and the loose best/worst-case envelope of that book.
Buy & Hold vs Active TradingEnter once and hold to the end, versus re-evaluated daily — rebalancing whenever a market settles or a fresh edge clears the cost buffer (any day, not only matchdays).
Cost bufferThe half-spread gate: a gap that doesn't clear it isn't traded. A round trip (close + reopen) costs ~2× it, so a switch must beat that.
Take-profit / Cut / RotateThe Active book's exit rules. Cut = stop-loss when the model flips against a leg. Take-profit = realised for free at settlement (we don't pay a spread to sit in cash). Rotate = leave a leg early only for a clearly bigger edge.
HysteresisA dead-band around fair value so a leg that merely wobbles isn't cut-and-reopened repeatedly — it stops the book churning the spread on noise.
Bracket scoreScores the knockout projection: a round-weighted points race (Informed vs Market) plus a per-round Brier, frozen pre-tournament and tallied as rounds resolve. Distinct from the Scoreboard (the overall track record).
Outcome mapThe model's distribution over how the tournament unfolds — title-race odds, where each team bows out, and the single most-likely bracket. Not a prediction; a spread.
Surprisal (bits)How astonishing a result was, given the chance assigned it: −log₂(p). A 50/50 that lands is 1 bit, a 1-in-8 is 3. We rank shocks by it and note whether the model or the market was less surprised.
Forecast moveHow far the model's live re-forecast has drifted from its frozen kickoff call (e.g. a team's title odds rising as it wins) — the model visibly changing its mind on new results.
Ensemble / Bayesian model averagingA third forecast voice: the weighted average of the zero-knowledge and informed models, where weights are derived from each model's per-round Brier track record (better-calibrated → bigger weight). Per-rung, self-correcting, starts 50/50.

Scoring & honesty

TermIn plain English
Out-of-sampleScored only on data that arrived after the prediction was timestamped. The only honest test.
Brier scoreThe average squared error of probability forecasts — lower is better.
Skill (vs market)Our Brier minus the market's Brier. Positive means we beat the crowd — the only comparison that matters.
Breadth / information ratioMore independent bets sharpen a strategy (IR ≈ IC·√breadth). Our Elo edges are highly correlated, so the real breadth is small — and we say so.

References — where the methods come from

The techniques here are standard; these are the sources.

The full maths, parameters and code pointers are on the methodology page.