GET api/punters/transactions/bets/repeatdetail/{betId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
betId

string

Required

Body Parameters

None.

Response Information

Resource Description

BO.BETResponseObjects.BaseResponseOfSystem.Collections.Generic.ListOfBO.Models.Punter.PunterRepeatBetDetail
NameDescriptionTypeAdditional information
ResponseObject

Collection of BO.Models.Punter.PunterRepeatBetDetail

None.

ResponseMessage

string

None.

ResponseType

BO.Enums.ResponseType

None.

Response Formats

application/json, text/json

Sample:
{
  "responseObject": [
    {
      "sportId": 1,
      "tournamentId": 1,
      "countryId": 1,
      "eventDate": "2025-12-14T18:04:14.1708001+02:00",
      "market": {
        "id": 1,
        "number": 1,
        "name": "sample string 1",
        "nameExtra": "sample string 2",
        "marketStatusId": 1,
        "eventId": 1,
        "eventDate": "2025-12-14T18:04:14.1708001+02:00",
        "eventBetTypeId": 1,
        "eventDetailId": 1,
        "offeredOdds": {
          "dec": 1.0,
          "frac": "sample string 1",
          "int": 1.0
        },
        "startingOdds": {
          "dec": 1.0,
          "frac": "sample string 1",
          "int": 1.0
        },
        "previousOdds": {
          "dec": 1.0,
          "frac": "sample string 1",
          "int": 1.0
        },
        "horseRacing": {
          "favourite": true,
          "finishingPosition": 1,
          "firstTimer": true,
          "scratchingPct": 1.0
        }
      },
      "betSelection": {
        "lotto": {
          "mainSet": [
            1,
            1
          ],
          "extraSet": [
            1,
            1
          ]
        },
        "horseRacing": {
          "eventId": 1,
          "subBetTypeId": 1,
          "openExoticSelections": [
            [
              1,
              1
            ],
            [
              1,
              1
            ]
          ],
          "combinationCount": 1.0,
          "isFixed": true
        },
        "sportExotics": {
          "date": "2025-12-14T18:04:14.1708001+02:00",
          "selections": [
            [
              1,
              1
            ],
            [
              1,
              1
            ]
          ],
          "combinationCount": 1.0,
          "eventBetType": {
            "id": 1,
            "betTypeId": 1,
            "desc": "sample string 1",
            "extraInfo": 1,
            "extraInfo2": 1,
            "payoutTypeId": 1
          }
        }
      },
      "betTypeName": "sample string 1"
    },
    {
      "sportId": 1,
      "tournamentId": 1,
      "countryId": 1,
      "eventDate": "2025-12-14T18:04:14.1708001+02:00",
      "market": {
        "id": 1,
        "number": 1,
        "name": "sample string 1",
        "nameExtra": "sample string 2",
        "marketStatusId": 1,
        "eventId": 1,
        "eventDate": "2025-12-14T18:04:14.1708001+02:00",
        "eventBetTypeId": 1,
        "eventDetailId": 1,
        "offeredOdds": {
          "dec": 1.0,
          "frac": "sample string 1",
          "int": 1.0
        },
        "startingOdds": {
          "dec": 1.0,
          "frac": "sample string 1",
          "int": 1.0
        },
        "previousOdds": {
          "dec": 1.0,
          "frac": "sample string 1",
          "int": 1.0
        },
        "horseRacing": {
          "favourite": true,
          "finishingPosition": 1,
          "firstTimer": true,
          "scratchingPct": 1.0
        }
      },
      "betSelection": {
        "lotto": {
          "mainSet": [
            1,
            1
          ],
          "extraSet": [
            1,
            1
          ]
        },
        "horseRacing": {
          "eventId": 1,
          "subBetTypeId": 1,
          "openExoticSelections": [
            [
              1,
              1
            ],
            [
              1,
              1
            ]
          ],
          "combinationCount": 1.0,
          "isFixed": true
        },
        "sportExotics": {
          "date": "2025-12-14T18:04:14.1708001+02:00",
          "selections": [
            [
              1,
              1
            ],
            [
              1,
              1
            ]
          ],
          "combinationCount": 1.0,
          "eventBetType": {
            "id": 1,
            "betTypeId": 1,
            "desc": "sample string 1",
            "extraInfo": 1,
            "extraInfo2": 1,
            "payoutTypeId": 1
          }
        }
      },
      "betTypeName": "sample string 1"
    }
  ],
  "responseMessage": "sample string 1",
  "responseType": 1
}

application/xml, text/xml

Sample:
<BaseResponseOfListOfPunterRepeatBetDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ResponseObject>
    <PunterRepeatBetDetail>
      <SportId>1</SportId>
      <TournamentId>1</TournamentId>
      <CountryId>1</CountryId>
      <EventDate>2025-12-14T18:04:14.1708001+02:00</EventDate>
      <Market>
        <Id>1</Id>
        <Number>1</Number>
        <Name>sample string 1</Name>
        <NameExtra>sample string 2</NameExtra>
        <MarketStatusId>1</MarketStatusId>
        <EventId>1</EventId>
        <EventDate>2025-12-14T18:04:14.1708001+02:00</EventDate>
        <EventBetTypeId>1</EventBetTypeId>
        <EventDetailId>1</EventDetailId>
        <OfferedOdds>
          <Dec>1</Dec>
          <Frac>sample string 1</Frac>
          <Int>1</Int>
        </OfferedOdds>
        <StartingOdds>
          <Dec>1</Dec>
          <Frac>sample string 1</Frac>
          <Int>1</Int>
        </StartingOdds>
        <PreviousOdds>
          <Dec>1</Dec>
          <Frac>sample string 1</Frac>
          <Int>1</Int>
        </PreviousOdds>
        <HorseRacing>
          <Favourite>true</Favourite>
          <FinishingPosition>1</FinishingPosition>
          <FirstTimer>true</FirstTimer>
          <ScratchingPct>1</ScratchingPct>
        </HorseRacing>
      </Market>
      <BetSelection>
        <Lotto>
          <MainSet>
            <int>1</int>
            <int>1</int>
          </MainSet>
          <ExtraSet>
            <int>1</int>
            <int>1</int>
          </ExtraSet>
        </Lotto>
        <HorseRacing>
          <EventId>1</EventId>
          <SubBetTypeId>1</SubBetTypeId>
          <OpenExoticSelections>
            <ArrayOfInt>
              <int>1</int>
              <int>1</int>
            </ArrayOfInt>
            <ArrayOfInt>
              <int>1</int>
              <int>1</int>
            </ArrayOfInt>
          </OpenExoticSelections>
          <CombinationCount>1</CombinationCount>
          <IsFixed>true</IsFixed>
        </HorseRacing>
        <sportExotics>
          <Date>2025-12-14T18:04:14.1708001+02:00</Date>
          <Selections>
            <ArrayOfInt>
              <int>1</int>
              <int>1</int>
            </ArrayOfInt>
            <ArrayOfInt>
              <int>1</int>
              <int>1</int>
            </ArrayOfInt>
          </Selections>
          <CombinationCount>1</CombinationCount>
          <EventBetType>
            <Id>1</Id>
            <BetTypeId>1</BetTypeId>
            <Desc>sample string 1</Desc>
            <ExtraInfo>1</ExtraInfo>
            <ExtraInfo2>1</ExtraInfo2>
            <PayoutTypeId>1</PayoutTypeId>
          </EventBetType>
        </sportExotics>
      </BetSelection>
      <BetTypeName>sample string 1</BetTypeName>
    </PunterRepeatBetDetail>
    <PunterRepeatBetDetail>
      <SportId>1</SportId>
      <TournamentId>1</TournamentId>
      <CountryId>1</CountryId>
      <EventDate>2025-12-14T18:04:14.1708001+02:00</EventDate>
      <Market>
        <Id>1</Id>
        <Number>1</Number>
        <Name>sample string 1</Name>
        <NameExtra>sample string 2</NameExtra>
        <MarketStatusId>1</MarketStatusId>
        <EventId>1</EventId>
        <EventDate>2025-12-14T18:04:14.1708001+02:00</EventDate>
        <EventBetTypeId>1</EventBetTypeId>
        <EventDetailId>1</EventDetailId>
        <OfferedOdds>
          <Dec>1</Dec>
          <Frac>sample string 1</Frac>
          <Int>1</Int>
        </OfferedOdds>
        <StartingOdds>
          <Dec>1</Dec>
          <Frac>sample string 1</Frac>
          <Int>1</Int>
        </StartingOdds>
        <PreviousOdds>
          <Dec>1</Dec>
          <Frac>sample string 1</Frac>
          <Int>1</Int>
        </PreviousOdds>
        <HorseRacing>
          <Favourite>true</Favourite>
          <FinishingPosition>1</FinishingPosition>
          <FirstTimer>true</FirstTimer>
          <ScratchingPct>1</ScratchingPct>
        </HorseRacing>
      </Market>
      <BetSelection>
        <Lotto>
          <MainSet>
            <int>1</int>
            <int>1</int>
          </MainSet>
          <ExtraSet>
            <int>1</int>
            <int>1</int>
          </ExtraSet>
        </Lotto>
        <HorseRacing>
          <EventId>1</EventId>
          <SubBetTypeId>1</SubBetTypeId>
          <OpenExoticSelections>
            <ArrayOfInt>
              <int>1</int>
              <int>1</int>
            </ArrayOfInt>
            <ArrayOfInt>
              <int>1</int>
              <int>1</int>
            </ArrayOfInt>
          </OpenExoticSelections>
          <CombinationCount>1</CombinationCount>
          <IsFixed>true</IsFixed>
        </HorseRacing>
        <sportExotics>
          <Date>2025-12-14T18:04:14.1708001+02:00</Date>
          <Selections>
            <ArrayOfInt>
              <int>1</int>
              <int>1</int>
            </ArrayOfInt>
            <ArrayOfInt>
              <int>1</int>
              <int>1</int>
            </ArrayOfInt>
          </Selections>
          <CombinationCount>1</CombinationCount>
          <EventBetType>
            <Id>1</Id>
            <BetTypeId>1</BetTypeId>
            <Desc>sample string 1</Desc>
            <ExtraInfo>1</ExtraInfo>
            <ExtraInfo2>1</ExtraInfo2>
            <PayoutTypeId>1</PayoutTypeId>
          </EventBetType>
        </sportExotics>
      </BetSelection>
      <BetTypeName>sample string 1</BetTypeName>
    </PunterRepeatBetDetail>
  </ResponseObject>
  <ResponseMessage>sample string 1</ResponseMessage>
  <ResponseType>Success</ResponseType>
</BaseResponseOfListOfPunterRepeatBetDetail>