| GET,POST | /BetAgainFailedMulti | Gets the remaining legs details for a failed multi by BetId for the currently authenticated user. | Gets the remaining legs details for a failed multi by BetId. |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BetId | body | long | No | Bet id of the failed multi bet |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| RemainingLegs | form | IEnumerable<RemainingLeg> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| LegNumber | form | int | No | |
| BetId | form | long | No | |
| BetDetailId | form | long | No | |
| EventTypeId | form | int | No | |
| CategoryId | form | int | No | |
| MasterEventId | form | int | No | |
| EventId | form | int | No | |
| OutcomeId | form | int | No | |
| CategoryName | form | string | No | |
| MasterEventName | form | string | No | |
| EventName | form | string | No | |
| OutcomeName | form | string | No | |
| Venue | form | string | No | |
| RaceNumber | form | int? | No | |
| AdvertisedStartTime | form | DateTime? | No | |
| BettingCloseTime | form | DateTime? | No | |
| IsOpenForBetting | form | bool | No | |
| BetDetailTypeCode | form | string | No | |
| MarketTypeCode | form | string | No | |
| DividendTypeCode | form | string | No | |
| Points | form | decimal | No | |
| FieldSize | form | int | No | |
| FixedPlaceGetters | form | short? | No | |
| FinalField | form | bool | No | |
| NewPrice | form | double | No | |
| OldPrice | form | double | No | |
| SelectionString | form | string | No | |
| IsEventStarted | form | bool | No | |
| Settled | form | bool | No | |
| Payout | form | double | No | |
| RCEXTFlag | form | string | No | |
| Notes | form | string | No | |
| ClientFactor | form | decimal? | No | |
| PriceDerivedFromEventId | form | int? | No | |
| FixedMarketId | form | long | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /BetAgainFailedMulti HTTP/1.1
Host: tstextweb20.np.bluebet.com.au
Accept: application/json
Content-Type: application/json
Content-Length: length
{"BetId":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{}