# NCAA Football Odds API
Get current and historical NCAA football odds from several bookmakers in a simple JSON API.
Not a developer? Current NCAA football odds can also be accessed in Excel or Google Sheets.
# NCAA Football Odds API
Once you have your API key, current NCAA football odds can be queried with the following parameters:
- The sport key
americanfootball_ncaaf
- The regions of desired bookmakers (us, us2, uk, eu or au)
- Markets (h2h for moneyline, spreads or totals)
- Odds format (decimal or American)
- And your API key (get a free API key)
The API will return live and upcoming NCAA football games, including start times, home and away teams, and odds from bookmakers for the specified regions and markets.
Example Request
GET https://api.the-odds-api.com/v4/sports/americanfootball_ncaaf/odds?regions=us&markets=h2h,spreads,totals&oddsFormat=american&apiKey=YOUR_API_KEY
Example Response
[{
"id": "a6a6892034f3b351cedfb5a5f5c48386",
"sport_key": "americanfootball_ncaaf",
"sport_title": "NCAAF",
"commence_time": "2022-12-02T18:00:00Z",
"home_team": "Buffalo Bulls",
"away_team": "Akron Zips",
"bookmakers": [
{
"key": "draftkings",
"title": "DraftKings",
"last_update": "2022-11-30T23:54:50Z",
"markets": [
{
"key": "h2h",
"last_update": "2022-11-30T23:54:50Z",
"outcomes": [
{"name": "Akron Zips", "price": 350},
{"name": "Buffalo Bulls", "price": -435}
]
},
{
"key": "spreads",
"last_update": "2022-11-30T23:54:50Z",
"outcomes": [
{"name": "Akron Zips", "price": -110, "point": 11.5},
{"name": "Buffalo Bulls", "price": -110, "point": -11.5}
]
},
{
"key": "totals",
"last_update": "2022-11-30T23:54:50Z",
"outcomes": [
{"name": "Over", "price": -110, "point": 55.0},
{"name": "Under", "price": -110, "point": 55.0}
]
}
]
},
...
See the API documentation for more details.
# NCAA football Bookmakers
The Odds API covers NCAA football odds from several bookmakers. See the full list of bookmakers
# NCAA football Markets
The Odds API covers NCAA football odds for several betting markets, including
Moneyline
Spreads (handicap)
Over/Under (totals)
Quarter time and half time odds
NCAA football player props (US bookmakers only)
See the full list of betting markets.
# Latency
More information on odds latencies can be found here.
# Historical NCAA football Odds Data
Historical NCAA football odds are available from mid-2020 for featured markets (moneyline, spreads and totals). Learn more about historical odds data, or see the docs.
# Get Started
Get a free API key
Check out the API docs
# More Football Odds
Odds are available for other football leagues including
NFL
XFL
CFL
AFL
Odds are also available for a wide range of sports. See the full list of available sports.