Why a Favorite Still Loses Most of the Time: A Bracket Forecast Under Uncertainty
A single-elimination bracket does not ask a team to be good once. It asks a team to be good repeatedly, against opponents decided by other matches it does not control. That is why a strong favorite in the opening round can still be a clear underdog to win the whole thing, and why a single point estimate is the wrong tool for a decision that depends on a sequence of outcomes rather than one.
A 2026 World Cup knockout-round forecast makes this concrete. It models each team's attack and defense strength, updates that strength with group-stage form, then simulates the entire bracket match by match: regulation time, extra time, penalty shootouts, and the next round's opponent produced by another branch of the same draw.
A favorite is not a forecast of the title
The Round of 32 produced some lopsided matchups: England at 88.1% against DR Congo, and Argentina at 88.0% against Cape Verde. Those are real edges in a single match. They are not title predictions.
Following England's simulated path through the bracket shows why. Round of 32 survival lands at 88.1%, then each later stage knocks the number down again: 61.7% for a quarterfinal appearance, 38.7% for the semifinals, 25.7% for the final, and just 14.8% for the title itself. None of those drops is a modeling error. It is the compounding cost of winning four or five matches in a row against opponents who are themselves survivors of hard matches.
Canada's case makes the same point from the other direction. Against South Africa it opened as the 66.1% favorite, and it won. But its quarterfinal probability was only 16.1%, its semifinal probability 4.3%, its final probability 0.9%, and its title probability 0.2%. A team can win the match in front of it and still have a thin conditional path to the trophy.
Morocco shows the reverse pattern is possible too. It was only a 41.8% favorite against the Netherlands, yet its quarterfinal probability was 30.4%, its semifinal probability 15.0%, its final probability 7.1%, and its title probability 3.0%. A team can be an underdog in its first match and still hold real upside deeper in the bracket, once measured round by round rather than judged off the opening game alone.
Where the uncertainty comes from
The forecast is not just a ranking of teams. It carries uncertainty forward from three distinct places:
- Long-run team strength. A slow-moving estimate built from years of international results, not a single tournament.
- Group-stage form. A state-space adjustment layered on top of that long-run baseline, drawn from each team's actual group matches and modeled with a Kalman filter through the
pymc-extrasstatespace module. This adjustment is deliberately small and centered across the field, so a hot three-match stretch does not get mistaken for a new baseline. - Bracket path. Every simulated match produces a scoreline, which can go to extra time and then a penalty shootout. The winner of that draw becomes someone else's next opponent, and the simulation runs forward through the whole tree rather than treating each round as independent.
Penalty shootouts are treated as a coin flip in this model, because the underlying data has no per-player shootout history. That is a real limitation, not a hidden precision claim: it is honest about what the model does not know, rather than inventing a penalty-taking skill rating it cannot support.
The decision this maps to
Swap "which team wins the tournament" for "which version of a launch, price, or message wins in market": the discipline of carrying uncertainty forward instead of trusting one point estimate applies, though only a randomized experiment on the manipulated attribute, not a bracket simulation, can identify which version wins. A single point estimate, one predicted winner or one predicted lift, hides how much of that number is signal and how much is noise. A calibrated, uncertainty-quantified estimate forces the harder and more useful question: how much of the outcome is one throw at replicating, and how much would survive a repeated trial?
That is the same discipline Subconscious applies to a business decision: run a controlled causal experiment on a simulated population, and report the causal effect with a confidence interval, scoped to that simulated population, rather than a single favorite number. Where the decision is safety- or budget-critical enough to justify it, a team can take a simulated result to real-human validation without changing the underlying causal question being asked. Subconscious does not build sports forecasting models, and this is a comparison about probabilistic reasoning under uncertainty, not a claim that the two systems share tooling.
What to demand before a decision
Before committing budget to a launch, a pricing change, or a messaging test, the same three questions this bracket forecast answers are worth asking of any model producing a recommendation:
- What is the full path of probabilities, not just the first-round number?
- Where does the uncertainty come from, and is it being carried forward honestly?
- What does the model admit it does not know, rather than papering over with a false precision?
Reviewing a leaderboard of tested causal effects or a summary of how these experiments are structured in current research makes it easier to compare a single confident-sounding forecast against one that shows its work round by round.