Skip to main content
GET
/
api
/
v1
/
lines
/
{id}
/
spread
Get spreads for an event
curl --request GET \
  --url 'https://therundown.io/api/v1/lines/{id}/spread?key='
{
  "spreads": [
    {
      "affiliate_id": 4,
      "point_spread_away": 1.5,
      "point_spread_away_money": -110,
      "point_spread_home": -1.5,
      "point_spread_home_money": -110,
      "date_updated": "2026-02-11T22:00:00Z"
    },
    {
      "affiliate_id": 19,
      "point_spread_away": 2,
      "point_spread_away_money": -108,
      "point_spread_home": -2,
      "point_spread_home_money": -112,
      "date_updated": "2026-02-11T21:30:00Z"
    }
  ]
}

Authorizations

key
string
query
required

API key as query parameter

Path Parameters

id
string
required

Query Parameters

include
enum<string>
Available options:
all_periods

Response

Spreads

spreads
object[]