Skip to main content
GET
/
api
/
v1
/
lines
/
best
Get best lines for multiple events
curl --request GET \
  --url 'https://therundown.io/api/v1/lines/best?key='
{
  "09bfa53f8484a63e584398545c035932": {
    "best_lines": {
      "period_full_game": {
        "moneyline": {
          "away": {
            "price": 155,
            "american_price": "+155",
            "affiliate": {
              "affiliate_id": 23,
              "affiliate_name": "FanDuel"
            }
          },
          "home": {
            "price": -170,
            "american_price": "-170",
            "affiliate": {
              "affiliate_id": 19,
              "affiliate_name": "DraftKings"
            }
          }
        }
      }
    }
  }
}

Authorizations

key
string
query
required

API key as query parameter

Query Parameters

event_ids
string
required

Comma-separated event IDs

period
enum<string>
default:period_full_game
Available options:
period_full_game,
period_first_half,
period_second_half,
period_first_period,
period_second_period,
period_third_period,
period_fourth_period,
period_live_full_game,
period_live_first_half,
period_live_second_half,
period_live_first_period,
period_live_second_period,
period_live_third_period,
period_live_fourth_period
affiliate_ids
string

Comma-separated sportsbook/affiliate IDs to filter. Common values include DraftKings (19), FanDuel (23), BetMGM (22), Bovada (2), Pinnacle (3).

Response

200 - application/json

Best lines keyed by event ID

{key}
object