TeaserLeg
Properties
Name | Type | Required | Description |
---|---|---|---|
SportId | long | ❌ | |
LegBetType | TeaserLegLegBetType | ❌ | Teaser leg type. |
LegBetStatus | TeaserLegLegBetStatus | ❌ | CANCELLED = The leg is canceled- the stake on this leg will be transferred to the next one. In this case the leg will be ignored when calculating the winLoss, LOSE = The leg is a loss or a push-lose. When Push-lose happens, the half of the stake on the leg will be pushed to the next leg, and the other half will be a lose. This can happen only when the leg is placed on a quarter points handicap, PUSHED = The leg is a push - the stake on this leg will be transferred to the next one. In this case the leg will be ignored when calculating the winLoss, REFUNDED = The leg is refunded - the stake on this leg will be transferred to the next one. In this case the leg will be ignored when calculating the winLoss, WON = The leg is a won or a push-won. When Push-won happens, the half of the stake on the leg will be pushed to the next leg, and the other half is won. This can happen only when the leg is placed on a quarter points handicap |
LeagueId | long | ❌ | |
EventId | long | ❌ | |
EventStartTime | string | ❌ | Date time when the event starts. |
Handicap | double | ❌ | |
TeamName | string | ❌ | |
Side | TeaserLegSide | ❌ | Side type. |
Team1 | string | ❌ | |
Team2 | string | ❌ | |
PeriodNumber | long | ❌ |
TeaserLegLegBetType
Teaser leg type.
Properties
Name | Type | Required | Description |
---|---|---|---|
Spread | string | ✅ | "SPREAD" |
TotalPoints | string | ✅ | "TOTAL_POINTS" |
TeaserLegLegBetStatus
CANCELLED = The leg is canceled- the stake on this leg will be transferred to the next one. In this case the leg will be ignored when calculating the winLoss, LOSE = The leg is a loss or a push-lose. When Push-lose happens, the half of the stake on the leg will be pushed to the next leg, and the other half will be a lose. This can happen only when the leg is placed on a quarter points handicap, PUSHED = The leg is a push - the stake on this leg will be transferred to the next one. In this case the leg will be ignored when calculating the winLoss, REFUNDED = The leg is refunded - the stake on this leg will be transferred to the next one. In this case the leg will be ignored when calculating the winLoss, WON = The leg is a won or a push-won. When Push-won happens, the half of the stake on the leg will be pushed to the next leg, and the other half is won. This can happen only when the leg is placed on a quarter points handicap
Properties
Name | Type | Required | Description |
---|---|---|---|
Cancelled | string | ✅ | "CANCELLED" |
Lost | string | ✅ | "LOST" |
Pushed | string | ✅ | "PUSHED" |
Refunded | string | ✅ | "REFUNDED" |
Won | string | ✅ | "WON" |
TeaserLegSide
Side 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