The Rundown · Example Payload

Therundown Get Best Line Example

SportsBettingOddsNFLNBAMLBNHLSoccerReal-TimeSports DataSportsbook

Therundown Get Best Line Example is an example object payload from The Rundown, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryendpointrequestresponse

Example Payload

Raw ↑
{
  "summary": "Get the best available line across all sportsbooks for an event",
  "endpoint": "GET /api/v2/events/{eventID}/best-line",
  "request": {
    "method": "GET",
    "url": "https://therundown.io/api/v2/events/401547418/best-line",
    "headers": {
      "X-Therundown-Key": "YOUR_API_KEY"
    }
  },
  "response": {
    "event_id": "401547418",
    "best_lines": {
      "moneyline_away": {
        "price": 145,
        "affiliate_id": 3,
        "affiliate_name": "DraftKings"
      },
      "moneyline_home": {
        "price": -155,
        "affiliate_id": 2,
        "affiliate_name": "FanDuel"
      },
      "spread_away": {
        "price": -110,
        "point": 3.5,
        "affiliate_id": 1,
        "affiliate_name": "Pinnacle"
      },
      "total_over": {
        "price": -110,
        "point": 44.5,
        "affiliate_id": 4,
        "affiliate_name": "BetMGM"
      }
    }
  }
}

Work with this as data

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/therundown-get-best-line-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.