Home
Sportsbook API
Sportsbook Api Get Odds Example
Sportsbook Api Get Odds Example
Example request and response for fetching NFL spread, moneyline, and total odds from multiple sportsbooks
Sports Betting Odds Sports Data Gambling
Sportsbook Api Get Odds Example is an example object payload from Sportsbook API, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
name description request response
Example Payload
{
"name": "Get NFL Odds from Multiple Sportsbooks",
"description": "Example request and response for fetching NFL spread, moneyline, and total odds from multiple sportsbooks",
"request": {
"method": "GET",
"url": "https://api.sportsbookapi.com/v1/odds",
"headers": {
"X-RapidAPI-Key": "your_rapidapi_key_here",
"X-RapidAPI-Host": "sportsbook-api2.p.rapidapi.com"
},
"parameters": {
"sport": "football",
"league": "NFL"
}
},
"response": {
"status": 200,
"body": {
"sport": "football",
"league": "NFL",
"events": [
{
"eventId": "nfl-2025-kc-vs-phi",
"homeTeam": "Philadelphia Eagles",
"awayTeam": "Kansas City Chiefs",
"startTime": "2025-12-14T21:25:00Z",
"status": "scheduled",
"markets": [
{
"market": "spread",
"period": "fullgame",
"bookmakers": [
{
"bookmaker": "FanDuel",
"homeOdds": -110,
"awayOdds": -110,
"line": 3.0,
"lastUpdated": "2025-12-14T18:00:00Z"
},
{
"bookmaker": "DraftKings",
"homeOdds": -112,
"awayOdds": -108,
"line": 3.0,
"lastUpdated": "2025-12-14T17:58:00Z"
},
{
"bookmaker": "BetMGM",
"homeOdds": -110,
"awayOdds": -110,
"line": 2.5,
"lastUpdated": "2025-12-14T17:55:00Z"
}
]
},
{
"market": "moneyline",
"period": "fullgame",
"bookmakers": [
{
"bookmaker": "FanDuel",
"homeOdds": -160,
"awayOdds": 134,
"lastUpdated": "2025-12-14T18:00:00Z"
},
{
"bookmaker": "DraftKings",
"homeOdds": -155,
"awayOdds": 130,
"lastUpdated": "2025-12-14T17:58:00Z"
}
]
},
{
"market": "total",
"period": "fullgame",
"bookmakers": [
{
"bookmaker": "FanDuel",
"homeOdds": -110,
"awayOdds": -110,
"line": 47.5,
"lastUpdated": "2025-12-14T18:00:00Z"
},
{
"bookmaker": "DraftKings",
"homeOdds": -108,
"awayOdds": -112,
"line": 47.5,
"lastUpdated": "2025-12-14T17:58:00Z"
}
]
}
]
}
]
}
}
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/sportsbook-api-get-odds-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.