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

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 rebalance each matchday as results land.

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.