GET api/punters/{punterId}/bets/{betId}/pendinglegs?lang={lang}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| punterId | integer |
Required |
|
| betId | integer |
Required |
|
| lang | string |
None. |
Body Parameters
None.
Response Information
Resource Description
BO.BETResponseObjects.BaseResponseOfSystem.Collections.Generic.ListOfBO.Models.RepeatBetLeg| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseObject | Collection of BO.Models.RepeatBetLeg |
None. |
|
| ResponseMessage | string |
None. |
|
| ResponseType | BO.Enums.ResponseType |
None. |
Response Formats
application/json, text/json
Sample:
{
"responseObject": [
{
"market": {
"id": 1,
"name": "sample string 2",
"nameExtra": "sample string 3",
"number": 4,
"marketStatusId": 5,
"eventDetailId": 6,
"eventId": 7,
"eventName": "sample string 8",
"eventDate": "2025-12-14T18:04:23.1780281+02:00",
"eventBetTypeId": 10,
"offeredOdds": {
"dec": 1.0,
"frac": "sample string 1",
"int": 1.0
},
"betTypeGroupId": 11,
"luckyNumberSelections": {
"mainSet": [
1,
2
],
"extraSet": [
1,
2
]
}
},
"sport": {
"id": 1,
"name": "sample string 2"
},
"tournament": {
"id": 1,
"name": "sample string 2",
"countryId": 3,
"countryName": "sample string 4"
},
"event": {
"id": 1,
"name": "sample string 2",
"dateTime": "2025-12-14T18:04:23.1780281+02:00"
},
"betType": {
"id": 1,
"name": "sample string 2",
"desc": "sample string 3"
}
},
{
"market": {
"id": 1,
"name": "sample string 2",
"nameExtra": "sample string 3",
"number": 4,
"marketStatusId": 5,
"eventDetailId": 6,
"eventId": 7,
"eventName": "sample string 8",
"eventDate": "2025-12-14T18:04:23.1780281+02:00",
"eventBetTypeId": 10,
"offeredOdds": {
"dec": 1.0,
"frac": "sample string 1",
"int": 1.0
},
"betTypeGroupId": 11,
"luckyNumberSelections": {
"mainSet": [
1,
2
],
"extraSet": [
1,
2
]
}
},
"sport": {
"id": 1,
"name": "sample string 2"
},
"tournament": {
"id": 1,
"name": "sample string 2",
"countryId": 3,
"countryName": "sample string 4"
},
"event": {
"id": 1,
"name": "sample string 2",
"dateTime": "2025-12-14T18:04:23.1780281+02:00"
},
"betType": {
"id": 1,
"name": "sample string 2",
"desc": "sample string 3"
}
}
],
"responseMessage": "sample string 1",
"responseType": 1
}
application/xml, text/xml
Sample:
<BaseResponseOfListOfRepeatBetLeg xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ResponseObject>
<RepeatBetLeg>
<Market>
<Id>1</Id>
<Name>sample string 2</Name>
<NameExtra>sample string 3</NameExtra>
<Number>4</Number>
<MarketStatusId>5</MarketStatusId>
<EventDetailId>6</EventDetailId>
<EventId>7</EventId>
<EventName>sample string 8</EventName>
<EventDate>2025-12-14T18:04:23.1780281+02:00</EventDate>
<EventBetTypeId>10</EventBetTypeId>
<OfferedOdds>
<Dec>1</Dec>
<Frac>sample string 1</Frac>
<Int>1</Int>
</OfferedOdds>
<BetTypeGroupId>11</BetTypeGroupId>
<LuckyNumberSelections>
<MainSet>
<int>1</int>
<int>2</int>
</MainSet>
<ExtraSet>
<int>1</int>
<int>2</int>
</ExtraSet>
</LuckyNumberSelections>
</Market>
<Sport>
<Id>1</Id>
<Name>sample string 2</Name>
</Sport>
<Tournament>
<Id>1</Id>
<Name>sample string 2</Name>
<CountryId>3</CountryId>
<CountryName>sample string 4</CountryName>
</Tournament>
<Event>
<Id>1</Id>
<Name>sample string 2</Name>
<DateTime>2025-12-14T18:04:23.1780281+02:00</DateTime>
</Event>
<BetType>
<Id>1</Id>
<Name>sample string 2</Name>
<Desc>sample string 3</Desc>
</BetType>
</RepeatBetLeg>
<RepeatBetLeg>
<Market>
<Id>1</Id>
<Name>sample string 2</Name>
<NameExtra>sample string 3</NameExtra>
<Number>4</Number>
<MarketStatusId>5</MarketStatusId>
<EventDetailId>6</EventDetailId>
<EventId>7</EventId>
<EventName>sample string 8</EventName>
<EventDate>2025-12-14T18:04:23.1780281+02:00</EventDate>
<EventBetTypeId>10</EventBetTypeId>
<OfferedOdds>
<Dec>1</Dec>
<Frac>sample string 1</Frac>
<Int>1</Int>
</OfferedOdds>
<BetTypeGroupId>11</BetTypeGroupId>
<LuckyNumberSelections>
<MainSet>
<int>1</int>
<int>2</int>
</MainSet>
<ExtraSet>
<int>1</int>
<int>2</int>
</ExtraSet>
</LuckyNumberSelections>
</Market>
<Sport>
<Id>1</Id>
<Name>sample string 2</Name>
</Sport>
<Tournament>
<Id>1</Id>
<Name>sample string 2</Name>
<CountryId>3</CountryId>
<CountryName>sample string 4</CountryName>
</Tournament>
<Event>
<Id>1</Id>
<Name>sample string 2</Name>
<DateTime>2025-12-14T18:04:23.1780281+02:00</DateTime>
</Event>
<BetType>
<Id>1</Id>
<Name>sample string 2</Name>
<Desc>sample string 3</Desc>
</BetType>
</RepeatBetLeg>
</ResponseObject>
<ResponseMessage>sample string 1</ResponseMessage>
<ResponseType>Success</ResponseType>
</BaseResponseOfListOfRepeatBetLeg>