Skip to content
On this page

MLB

Scottfree Sports supports MLB across all three model markets.

API Values

ItemValue
Sport codemlb
Marketsover_under, won_on_points, won_on_spread
Moneyline axisHome team probability
Spread axisHome run-line probability
Total axisOver probability

Reading The Axes

  • Moneyline and run-line probabilities are home-team relative.
  • Total probabilities are over-relative.
  • Delta(Model - Implied) means model probability minus market-implied probability on that same axis.
  • Model outputs are research signals, not a guaranteed betting selector.

Data Integrity Note

Game time is part of the canonical game key: date, time_est, away_team, home_team. This matters for MLB doubleheaders and for games whose first pitch time changes.

Common Requests

Moneyline predictions:

bash
curl -H "X-API-Key: $SFS_API_KEY" \
  https://sports-api.scottfreellc.com/api/v1/predictions/mlb/won_on_points

Run-line predictions:

bash
curl -H "X-API-Key: $SFS_API_KEY" \
  https://sports-api.scottfreellc.com/api/v1/predictions/mlb/won_on_spread

Total predictions:

bash
curl -H "X-API-Key: $SFS_API_KEY" \
  https://sports-api.scottfreellc.com/api/v1/predictions/mlb/over_under

Current odds:

bash
curl -H "X-API-Key: $SFS_API_KEY" \
  https://sports-api.scottfreellc.com/api/v1/odds/mlb

Team form:

bash
curl -H "X-API-Key: $SFS_API_KEY" \
  https://sports-api.scottfreellc.com/api/v1/results/mlb/won_on_points/team-form

CLI Examples

bash
sfs predictions get mlb ml
sfs predictions get mlb spread
sfs predictions get mlb ou
sfs brief get mlb
sfs odds get mlb
sfs summary get mlb ml

MCP Prompt Example

text
Use Scottfree Sports tools to research today's MLB slate. Pull the daily brief,
moneyline predictions, current odds, team form, public consensus, and weather.
Separate model disagreement from any betting conclusion.

Sports model data and research tools