TeaserBetLeg
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| LegId | string | ❌ | Client generated GUID for uniquely identifying the leg. |
| BetType | TeaserBetLegBetType | ❌ | Leg bet type can be SPREAD or TOTAL_POINTS |
| LineId | long | ❌ | Unique identifier. |
| EventId | long | ❌ | Unique identifier. |
| Team | string | ❌ | 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 | string | ✅ | "SPREAD" |
| TotalPoints | string | ✅ | "TOTAL_POINTS" |
TeaserBetLegSide
Chosen side type. This is needed only for TOTAL_POINTS bet type.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| Over | string | ✅ | "OVER" |
| Under | string | ✅ | "UNDER" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs