NCAAB
Scottfree Sports supports NCAA Basketball across all three model markets.
API Values
| Item | Value |
|---|---|
| Sport code | ncaab |
| Markets | over_under, won_on_points, won_on_spread |
| Moneyline axis | Home team probability |
| Spread axis | Home spread probability |
| Total axis | Over probability |
Reading The Axes
- Moneyline and spread 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. College slates can be dense, so use the full key when reconciling games or exporting rows.
Common Requests
Moneyline predictions:
bash
curl -H "X-API-Key: $SFS_API_KEY" \
https://sports-api.scottfreellc.com/api/v1/predictions/ncaab/won_on_points
Spread predictions:
bash
curl -H "X-API-Key: $SFS_API_KEY" \
https://sports-api.scottfreellc.com/api/v1/predictions/ncaab/won_on_spread
Total predictions:
bash
curl -H "X-API-Key: $SFS_API_KEY" \
https://sports-api.scottfreellc.com/api/v1/predictions/ncaab/over_under
Current odds:
bash
curl -H "X-API-Key: $SFS_API_KEY" \
https://sports-api.scottfreellc.com/api/v1/odds/ncaab
Team form:
bash
curl -H "X-API-Key: $SFS_API_KEY" \
https://sports-api.scottfreellc.com/api/v1/results/ncaab/over_under/team-form
CLI Examples
bash
sfs predictions get ncaab ml
sfs predictions get ncaab spread
sfs predictions get ncaab ou
sfs consensus get ncaab
sfs summary get ncaab ou
MCP Prompt Example
text
Use Scottfree Sports tools to research today's NCAAB slate. Pull total
predictions, current odds, summary data, and public consensus. Highlight model
disagreement with market-implied probability.
Sports Docs