TeaserLineRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
leg_id | str | ✅ | Client genereated GUID for uniquely identifying the leg. |
event_id | int | ✅ | Unique identifier. |
period_number | int | ✅ | Period of the match that is being bet on. v1/periods endpoint can be used to retrieve all periods for a sport. |
bet_type | TeaserLineRequestBetType | ✅ | Type of bet. Currently only SPREAD and TOTAL_POINTS are supported. [SPREAD, TOTAL_POINTS] |
handicap | float | ✅ | Number of points. |
team | TeaserLineRequestTeam | ❌ | Team being bet on for a spread line. [Team1, Team2] |
side | TeaserLineRequestSide | ❌ | Side of a total line being bet on. [OVER, UNDER] |
TeaserLineRequestBetType
Type of bet. Currently only SPREAD and TOTAL_POINTS are supported. [SPREAD, TOTAL_POINTS]
Properties
Name | Type | Required | Description |
---|---|---|---|
SPREAD | str | ✅ | "SPREAD" |
TOTAL_POINTS | str | ✅ | "TOTAL_POINTS" |
TeaserLineRequestTeam
Team being bet on for a spread line. [Team1, Team2]
Properties
Name | Type | Required | Description |
---|---|---|---|
TEAM1 | str | ✅ | "Team1" |
TEAM2 | str | ✅ | "Team2" |
TeaserLineRequestSide
Side of a total line being bet on. [OVER, UNDER]
Properties
Name | Type | Required | Description |
---|---|---|---|
OVER | str | ✅ | "OVER" |
UNDER | str | ✅ | "UNDER" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs