NCAAF
Scottfree Sports supports NCAA Football across all three model markets.
API Values
| Item | Value |
|---|---|
| Sport code | ncaaf |
| 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. Use that 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/ncaaf/won_on_points
Spread predictions:
bash
curl -H "X-API-Key: $SFS_API_KEY" \
https://sports-api.scottfreellc.com/api/v1/predictions/ncaaf/won_on_spread
Total predictions:
bash
curl -H "X-API-Key: $SFS_API_KEY" \
https://sports-api.scottfreellc.com/api/v1/predictions/ncaaf/over_under
Current odds:
bash
curl -H "X-API-Key: $SFS_API_KEY" \
https://sports-api.scottfreellc.com/api/v1/odds/ncaaf
Team form:
bash
curl -H "X-API-Key: $SFS_API_KEY" \
https://sports-api.scottfreellc.com/api/v1/results/ncaaf/won_on_spread/team-form
CLI Examples
bash
sfs predictions get ncaaf ml
sfs predictions get ncaaf spread
sfs predictions get ncaaf ou
sfs weather get ncaaf
sfs summary get ncaaf spread
MCP Prompt Example
text
Use Scottfree Sports tools to research the NCAAF slate. Pull spread predictions,
current odds, team form, weather, and public consensus. Explain model-vs-market
differences without claiming a guaranteed edge.
Sports Docs