MLB playoff odds API: division, wild card and postseason probabilities

A Monte Carlo simulator for baseball. It replays every remaining regular-season game on the real schedule thousands of times and returns division, wild card, postseason and top-seed probabilities for all 30 teams, with projected records.

What it returns

How the model works

Team strength blends two things on a log-odds scale: the win-loss record, and a Pythagorean expectation from runs scored and allowed. Run differential predicts future results better than the record does, so it gets real weight. The blend is regressed towards .500 by an amount you control.

In each simulated season every team's talent is redrawn with Gaussian noise, because a strength estimate from part of a season is uncertain. Each remaining game is decided by the logistic of the rating gap plus a home-field term, the standings are built, and the postseason field is selected under the current format.

Set a past season and the model projects it from where it stood, which lets you score it against what actually happened.

8 ready-made examples

Each one is a saved configuration with its input filled in. Open it on Apify and run it in one click.

Common questions

Why does a team with a losing record sometimes have a strong run differential?

Records in close games are noisy. A team that has outscored its opponents but lost more than it won will usually win more of its remaining games than its record suggests, and the Pythagorean part of the model captures that.

What does the uncertainty adjustment do?

It redraws each team's strength in every simulated season. Without it every simulation assumes the model knows each team's true talent exactly, and the probabilities come out too close to 0 and 100 percent. One of the ready-made examples switches it off so you can see the difference.

How is the market comparison done?

The model probability is compared with the price of a contract or with implied probabilities you pass in. Rows where the model disagrees by more than a threshold are flagged, and a quarter-Kelly stake is suggested under hard caps.

Can I backtest it?

Yes. Set the season to a past year to project that season from its state, then compare the probabilities with the real outcome.

Other models