MLB
Scottfree Sports supports MLB across all three model markets.
API Values
| Item | Value |
|---|---|
| Sport code | mlb |
| Markets | over_under, won_on_points, won_on_spread |
| Moneyline axis | Home team probability |
| Spread axis | Home run-line probability |
| Total axis | Over 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 Docs