TeaserBetLeg
Properties
Name | Type | Required | Description |
---|---|---|---|
leg_id | str | ❌ | Client generated GUID for uniquely identifying the leg. |
bet_type | TeaserBetLegBetType | ❌ | Leg bet type can be SPREAD or TOTAL_POINTS |
line_id | int | ❌ | Unique identifier. |
event_id | int | ❌ | Unique identifier. |
team | str | ❌ | Team being bet on for a spread line. |
side | TeaserBetLegSide | ❌ | Chosen side type. This is needed only for TOTAL_POINTS bet type. |
TeaserBetLegBetType
Leg bet type can be SPREAD or TOTAL_POINTS
Properties
Name | Type | Required | Description |
---|---|---|---|
SPREAD | str | ✅ | "SPREAD" |
TOTAL_POINTS | str | ✅ | "TOTAL_POINTS" |
TeaserBetLegSide
Chosen side type. This is needed only for TOTAL_POINTS bet type.
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