ParlayLineRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
unique_leg_id | str | ✅ | This unique id of the leg. It used to identify and match leg in the response. |
event_id | int | ✅ | Id of the event. |
period_number | int | ✅ | This represents the period of the match. |
leg_bet_type | LegBetType | ✅ | SPREAD, MONEYLINE, TOTAL_POINTS and TEAM_TOTAL_POINTS are supported. |
team | ParlayLineRequestTeam | ❌ | Chosen team type. This is needed only for SPREAD and MONEYLINE wager types. [Team1, Team2, Draw (MONEYLINE only)] |
side | ParlayLineRequestSide | ❌ | Chosen side. This is needed only for TOTAL_POINTS wager type. [OVER, UNDER] |
handicap | float | ❌ | This is needed for SPREAD and TOTAL_POINTS bet type. |
LegBetType
SPREAD, MONEYLINE, TOTAL_POINTS and TEAM_TOTAL_POINTS are supported.
Properties
Name | Type | Required | Description |
---|---|---|---|
SPREAD | str | ✅ | "SPREAD" |
MONEYLINE | str | ✅ | "MONEYLINE" |
TOTAL_POINTS | str | ✅ | "TOTAL_POINTS" |
TEAM_TOTAL_POINTS | str | ✅ | "TEAM_TOTAL_POINTS" |
ParlayLineRequestTeam
Chosen team type. This is needed only for SPREAD and MONEYLINE wager types. [Team1, Team2, Draw (MONEYLINE only)]
Properties
Name | Type | Required | Description |
---|---|---|---|
TEAM1 | str | ✅ | "Team1" |
TEAM2 | str | ✅ | "Team2" |
DRAW | str | ✅ | "Draw" |
ParlayLineRequestSide
Chosen side. This is needed only for TOTAL_POINTS wager type. [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