Skip to content

Bet

Bet is a sum of money that a player bets on a result of a sport event. On the technical side, in addition to the amount of money, the bet includes a number of other fields, which are described in detail in the Swagger - Schemas section: PlayerBet.

Types of bets

There are three types of bets. Each bet contains a set of outcomes with fixed odds (selections a player makes):

  • Single is a bet on one sport event.
  • Express (also referred as combo) is a bet on simultaneous forecast of the outcome of two or more independent events.
  • System is a bet which consists of three or more combo bets. It enumerates all the possible combos of equal size from the fixed set of the selected outcomes. The same bet amount is placed on each combo (each system option).
Calculation logic

The logic of calculating winnings depends on the type of bet.

Bet type Calculation logic
Single The amount of winnings for single bets is calculated by multiplying the bet amount by the odds for the given outcome of the event.
Express A combo bet (also called combo) wins if all the selected outcomes of sport events are predicted correctly. An incorrect prediction for at least one event means the combo is lost. The minimum number of events in a combo is two, and the maximum is unlimited, but the winning sum cannot exceed 50,000 euros. Combo winnings are calculated by multiplying the odds of all included outcomes by the bet amount, then the resulting value is rounded to three decimal places. Combo odds are shown for convenience, they are rounded to two decimal places, and they are not the final odds for calculating winnings.
System A system bet type implies that the same bet amount is placed on each combo (each system option) and the number of outcomes is the same in each combo. The system winnings are the sum of the winnings of the combos that make up the system.

Lifecycle

The bet lifecycle can be described as a complicated process that consists of certain steps and actions. Some of the steps are obligatory and some could be optional.

Details

Betting_Bet_lifecycle

  1. Forming a bet
    1. A player forms a bet and clicks the Place Bet button.
    2. An initiated after clicking the button request contains information about the player's Odds acceptance strategy:
      1. when changing the odds of an outcome, a slight deviation from the original value is allowed, or any change in the odds is forbidden (depending on the bet validator);
      2. the coefficients can only be changed to a higher level;
      3. any changes in the odds are allowed;
    3. A request to reserve the bet amount on the player's balance is sent from the Betting platform to the integrated platform, to which the player is assigned. The money MUST be held (temporarily frozen) NOT withdrawn from the player's balance (refer to /bet/place section).
    4. The bet processing begins once the funds successfully held.
    5. If holding funds on the player's balance is impossible, the bet gets the Place Error status (error in bet placement). This means that the integrated platform's limits or player's balance restrictions have been applied.
  2. Accepting a bet
    1. According to the validation result, if the bet is placed, it gets the Accept status, if the bet is forbidden, it gets the Decline status.
    2. If a bet receives the Decline status, its life cycle ends. It cannot go to another status from this point, and it is displayed in the player's bets history as declined (refer to /bet/decline section).
    3. If a bet receives the Accept status, the player is notified that the bet has been successfully accepted. The bet is awaiting calculation (refer to /bet/accept section).
  3. Calculating a bet
    1. If a bet has been calculated successfully, it receives the Settle status. The Betting platform calculates winnings according to the bet type (refer to /bet/settle section).
    2. If a bet has been calculated, but the calculation has been cancelled and the bet is waiting for recalculation, it receives the UnSettle status. (refer to /bet/unsettle section)
      This means that the outcomes have changed in a way that prevents a bet from being calculated.
      For example, there could be a trader's error or a goal call-off. The cycle of a bet status change (Settle →UnSettle) can repeat unlimited number of times (the bet must get the Settle status eventually).

Important

A calculated bet is a bet with all the outcomes calculated (the selection value is not Not result). If a bet is accepted, it will certainly be calculated. If a bet wins but the outcome is subsequently cancelled, the winnings are withdrawn from the player's balance. If a bet contains more than one outcome, the winnings are recalculated.

Restrictions

Throughout the lifecycle of a bet, it could be declined for various reasons related to its processing. Such reasons are encompassed by restrictions that arise during the checking and processing of the bet.

A restriction includes the type and context of an error or problem. Some restrictions are specific to the player, while others are not. Currently, the following bet restriction types are supported:

  • max_bet
  • bet_type
  • bet_interval
  • selection_value
  • sport_event_status
  • sport_event_existence
  • sport_event_bet_stop
  • market_status
  • market_existence
  • market_defective
  • odd_status
  • odd_existence
  • player_limit
  • freebet_not_applicable
  • freebet_status
  • freebet_amount
  • insurance_not_applicable
  • insurance_status
  • insurance_value
  • internal_error
  • min_bet
  • not_enough_balance
  • wl_defined

For more details, please refer to BetRestriction schema.

Callback API

Note

You can find the basic implementation of the callback server written in Node.js in our GitHub repository at databet-cloud/callback-server-example.

Idempotency

Please ensure that all callbacks are processed idempotently. Due to our at-least once guarantee, it's possible for a callback to be delivered to the server more than once. Always use the request_id to distinguish and manage each callback appropriately. If a request is duplicated, it is crucial to respond with the same response code and content as the initial response. Consistency in handling and responding to repeated requests ensures seamless operation.

Redirects

To ensure data consistency and enforce security policies, our system does not support redirects in callbacks. Redirects can pose risks such as Server-Side Request Forgery (SSRF) and lead to increased processing time. To prevent potential data exposure or integrity issues, all callbacks must return a direct response without redirection.

Bet callbacks MUST be implemented on the integration side. Each callback must return status code of 204 with an empty body for success and 400 with an error body for errors. If any callback except for /bet/place, returns an error, the Betting platform will continue to retry until it succeeds. For the /bet/place callback, the Betting platform checks the error code and retries only if an unsupported code is received in response. After several retry attempts, the Betting platform will set the bet status to 11 - force_decline.

cURL examples

You can download callback examples that are described bellow as a postman collection - bets-callback-postman-collection.json. Replace the {callback-api-server} with your callback API server URL and run the following commands to test bet callbacks:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
curl --location --globoff 'http://{callback-api-server}/bet/place' \
--header 'accept: */*' \
--header 'Foreign-Params: {   "some_token": "some_token_value",   "internal_player_id": "123" }' \
--header 'Content-Type: application/json' \
--data '{
    "request_id": "550e8400-e29b-41d4-a716-446655440000",
    "bet_id": "AAAAAAAAAAAAAAAAAaVSZ1rf1k0BuhAAAOAdRQAY",
    "bet_player_id": "00000000-0000-0000-0000-000000076416",
    "bet_type": 1,
    "bet_stake": "5",
    "bet_freebet_id": "AAAAAAAAAAAAAAAAAAhBWFubtg4APLcAALEs5AAi",
    "bet_insurance_id": "129965e5-4279-4a85-a454-89f58192799d",
    "bet_odds": [
        {
            "odd_id": "1",
            "odd_ratio": "1.6",
            "odd_status": 1,
            "match_id": "1:1",
            "match_status": 1,
            "market_id": "1",
            "odd_updated_at": "2005-08-15T15:52:01+00:00",
            "meta": {
                "sport_event_info_provider_id": "1",
                "sport_event_info_sport_id": "football",
                "sport_event_info_tournament_id": "gt:1",
                "sport_event_info_market_type": "1",
                "sport_event_info_state": "live",
                "sport_event_info_competitors": [
                    {
                        "id": "gin:2207d629-321f-4e15-9617-b926d1601b6d",
                        "type": 1
                    }
                ]
            }
        }
    ],
    "bet_system_sizes": [
        1
    ],
    "bet_created_at": "2005-08-15T15:52:01+00:00",
    "competitors": [
        {
            "id": "gin:2207d629-321f-4e15-9617-b926d1601b6d",
            "type": 1
        }
    ]
}'
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
curl --location --globoff 'http://{callback-api-server}/bet/accept' \
--header 'accept: */*' \
--header 'Foreign-Params: {   "some_token": "some_token_value",   "internal_player_id": "123" }' \
--header 'Content-Type: application/json' \
--data '{
    "request_id": "550e8400-e29b-41d4-a716-446655440000",
    "bet_id": "AAAAAAAAAAAAAAAAAaVSZ1rf1k0BuhAAAOAdRQAY",
    "bet_player_id": "00000000-0000-0000-0000-000000076416",
    "bet_type": 1,
    "bet_stake": "5",
    "bet_freebet_id": "AAAAAAAAAAAAAAAAAAhBWFubtg4APLcAALEs5AAi",
    "bet_insurance_id": "129965e5-4279-4a85-a454-89f58192799d",
    "bet_odds": [
        {
            "odd_id": "1",
            "odd_ratio": "1.6",
            "odd_status": 1,
            "match_id": "1:1",
            "match_status": 1,
            "market_id": "1",
            "odd_updated_at": "2005-08-15T15:52:01+00:00",
            "meta": {
                "sport_event_info_provider_id": "1",
                "sport_event_info_sport_id": "football",
                "sport_event_info_tournament_id": "gt:1",
                "sport_event_info_market_type": "1",
                "sport_event_info_state": "live",
                "sport_event_info_competitors": [
                    {
                        "id": "gin:2207d629-321f-4e15-9617-b926d1601b6d",
                        "type": 1
                    }
                ]
            }
        }
    ],
    "bet_system_sizes": [
        1
    ],
    "bet_created_at": "2005-08-15T15:52:01+00:00",
    "competitors": [
        {
            "id": "gin:2207d629-321f-4e15-9617-b926d1601b6d",
            "type": 1
        }
    ]
}'
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
curl -X 'POST' \
http://{callback-api-server}/bet/decline \
-H 'accept: */*' \
-H 'Foreign-Params: {   "some_token": "some_token_value",   "internal_player_id": "123" }' \
-H 'Content-Type: application/json' \
-d '{
    "request_id": "550e8400-e29b-41d4-a716-446655440000",
    "bet_id": "AAAAAAAAAAAAAAAAAaVSZ1rf1k0BuhAAAOAdRQAY",
    "bet_player_id": "00000000-0000-0000-0000-000000076416",
    "restrictions": [
        {
            "type": "max_bet",
            "context": {
                "max_bet": 10,
                "sport_event_id": "e688b996-eaf9-40f2-b6e6-325d99c4d472"
            }
        }
    ]
}'
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
curl -X 'POST' \
http://{callback-api-server}/bet/unsettle \
-H 'accept: */*' \
-H 'Foreign-Params: {   "some_token": "some_token_value",   "internal_player_id": "123" }' \
-H 'Content-Type: application/json' \
-d '{
  "request_id": "550e8400-e29b-41d4-a716-446655440000",
  "bet_id": "AAAAAAAAAAAAAAAAAaVSZ1rf1k0BuhAAAOAdRQAY",
  "bet_player_id": "00000000-0000-0000-0000-000000076416",
  "unsettle_amount": "5"
}'
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
curl --location --globoff 'http://{callback-api-server}/bet/settle' \
--header 'accept: */*' \
--header 'Foreign-Params: {   "some_token": "some_token_value",   "internal_player_id": "123" }' \
--header 'Content-Type: application/json' \
--data '{
    "request_id": "550e8400-e29b-41d4-a716-446655440000",
    "bet_id": "AAAAAAAAAAAAAAAAAaVSZ1rf1k0BuhAAAOAdRQAY",
    "bet_player_id": "00000000-0000-0000-0000-000000076416",
    "bet_odds": [
        {
            "odd_id": "1",
            "odd_ratio": "1.6",
            "odd_status": 1,
            "match_id": "1:1",
            "match_status": 1,
            "market_id": "1",
            "odd_updated_at": "2005-08-15T15:52:01+00:00",
            "meta": {
                "sport_event_info_provider_id": "1",
                "sport_event_info_sport_id": "football",
                "sport_event_info_tournament_id": "gt:1",
                "sport_event_info_market_type": "1",
                "sport_event_info_state": "live",
                "sport_event_info_competitors": [
                    {
                        "id": "gin:2207d629-321f-4e15-9617-b926d1601b6d",
                        "type": 1
                    }
                ]
            }
        }
    ],
    "settle_amount": "5.000000",
    "settle_type": 1,
    "restrictions": []
}'
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
curl --location --globoff 'http://{callback-api-server}/bet/settle' \
--header 'accept: */*' \
--header 'Foreign-Params: {   "some_token": "some_token_value",   "internal_player_id": "123" }' \
--header 'Content-Type: application/json' \
--data '{
    "request_id": "550e8400-e29b-41d4-a716-446655440000",
    "bet_id": "AAAAAAAAAAAAAAAAAaVSZ1rf1k0BuhAAAOAdRQAY",
    "bet_player_id": "00000000-0000-0000-0000-000000076416",
    "bet_odds": [
        {
            "odd_id": "1",
            "odd_ratio": "1.6",
            "odd_status": 2,
            "match_id": "1:1",
            "match_status": 1,
            "market_id": "1",
            "odd_updated_at": "2005-08-15T15:52:01+00:00",
            "meta": {
                "sport_event_info_provider_id": "1",
                "sport_event_info_sport_id": "football",
                "sport_event_info_tournament_id": "gt:1",
                "sport_event_info_market_type": "1",
                "sport_event_info_state": "live",
                "sport_event_info_competitors": [
                    {
                        "id": "gin:2207d629-321f-4e15-9617-b926d1601b6d",
                        "type": 1
                    }
                ]
            }
        }
    ],
    "settle_amount": "0.000000",
    "settle_type": 3,
    "restrictions": []
}'
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
curl --location --globoff 'http://{callback-api-server}/bet/place' \
--header 'accept: */*' \
--header 'Foreign-Params: {   "some_token": "some_token_value",   "internal_player_id": "123" }' \
--header 'Content-Type: application/json' \
--data '{
    "bet_bet_builder_odds": [],
    "bet_freebet_id": "",
    "bet_id": "YhARMmU0T1GzCaxKUDgGAmZmsXoIQd0AAED3UAAV",
    "bet_type": 2,
    "competitors": [
      {
        "id": "gt:114412",
        "type": 1
      },
      {
        "id": "gt:000eb0d5-6de3-4ceb-8149-daa3694ed63a",
        "type": 1
      },
      {
        "id": "betting:0:2-esports_dota_2",
        "type": 2
      },
      {
        "id": "betting:0:40-esports_dota_2",
        "type": 2
      }
    ],
    "request_id": "d03e4473-a10d-4c7e-838f-7c9b822af634",
    "bet_created_at": "2024-06-10T07:55:38+00:00",
    "bet_odds": [
      {
        "match_status": 8,
        "odd_id": "1",
        "odd_ratio": "1.990000",
        "odd_status": 0,
        "status_reason": "",
        "market_id": "35h-1_5m1",
        "meta": {
          "sport_event_info_competitors": [
            {
              "id": "gt:114412",
              "type": 1
            },
            {
              "type": 1,
              "id": "gt:000eb0d5-6de3-4ceb-8149-daa3694ed63a"
            }
          ],
          "sport_event_info_market_type": "35",
          "sport_event_info_state": "live",
          "sport_event_info_tournament_id": "gin:265eb14c-55b5-4fcc-b8e1-a1119a3ee452",
          "sport_id": "esports_league_of_legends",
          "market_type": "35",
          "sport_event_info_provider_id": "5",
          "sport_event_info_sport_id": "esports_league_of_legends",
          "tournament_id": "gin:265eb14c-55b5-4fcc-b8e1-a1119a3ee452",
          "provider_id": "5"
        },
        "odd_updated_at": "2024-06-10T07:55:38+00:00",
        "match_id": "5:7554dec1-492d-4e6c-ab3f-669d8a7cd0cd"
      },
      {
        "market_id": "35h2_5m1",
        "meta": {
          "provider_id": "5",
          "sport_event_info_provider_id": "5",
          "sport_event_info_sport_id": "esports_dota_2",
          "sport_event_info_state": "live",
          "sport_event_info_tournament_id": "gin:9415f900-a5d4-4202-abda-6db3baa5935b",
          "market_type": "35",
          "sport_event_info_market_type": "35",
          "sport_id": "esports_dota_2",
          "tournament_id": "gin:9415f900-a5d4-4202-abda-6db3baa5935b",
          "sport_event_info_competitors": [
            {
              "id": "betting:0:2-esports_dota_2",
              "type": 2
            },
            {
              "id": "betting:0:40-esports_dota_2",
              "type": 2
            }
          ]
        },
        "odd_ratio": "1.770000",
        "odd_updated_at": "2024-06-10T07:55:38+00:00",
        "status_reason": "",
        "match_id": "5:7864813a-eb3d-4335-b210-b94d2e7aa6c0",
        "match_status": 8,
        "odd_id": "1",
        "odd_status": 0
      }
    ],
    "bet_player_id": "177104",
    "bet_stake": "1000.000000",
    "bet_system_sizes": [
      2
    ]
  }'
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
curl --location --globoff 'http://{callback-api-server}/bet/accept' \
--header 'accept: */*' \
--header 'Foreign-Params: {   "some_token": "some_token_value",   "internal_player_id": "123" }' \
--header 'Content-Type: application/json' \
--data '{
    "bet_bet_builder_odds": [],
    "bet_freebet_id": "",
    "bet_id": "YhARMmU0T1GzCaxKUDgGAmZmsXoIQd0AAED3UAAV",
    "bet_type": 2,
    "competitors": [
        {
            "id": "gt:114412",
            "type": 1
        },
        {
            "id": "gt:000eb0d5-6de3-4ceb-8149-daa3694ed63a",
            "type": 1
        },
        {
            "id": "betting:0:2-esports_dota_2",
            "type": 2
        },
        {
            "id": "betting:0:40-esports_dota_2",
            "type": 2
        }
    ],
    "request_id": "d03e4473-a10d-4c7e-838f-7c9b822af634",
    "bet_created_at": "2024-06-10T07:55:38+00:00",
    "bet_odds": [
        {
            "match_status": 8,
            "odd_id": "1",
            "odd_ratio": "1.990000",
            "odd_status": 0,
            "status_reason": "",
            "market_id": "35h-1_5m1",
            "meta": {
                "sport_event_info_competitors": [
                    {
                        "id": "gt:114412",
                        "type": 1
                    },
                    {
                        "type": 1,
                        "id": "gt:000eb0d5-6de3-4ceb-8149-daa3694ed63a"
                    }
                ],
                "sport_event_info_market_type": "35",
                "sport_event_info_state": "live",
                "sport_event_info_tournament_id": "gin:265eb14c-55b5-4fcc-b8e1-a1119a3ee452",
                "sport_id": "esports_league_of_legends",
                "market_type": "35",
                "sport_event_info_provider_id": "5",
                "sport_event_info_sport_id": "esports_league_of_legends",
                "tournament_id": "gin:265eb14c-55b5-4fcc-b8e1-a1119a3ee452",
                "provider_id": "5"
            },
            "odd_updated_at": "2024-06-10T07:55:38+00:00",
            "match_id": "5:7554dec1-492d-4e6c-ab3f-669d8a7cd0cd"
        },
        {
            "market_id": "35h2_5m1",
            "meta": {
                "provider_id": "5",
                "sport_event_info_provider_id": "5",
                "sport_event_info_sport_id": "esports_dota_2",
                "sport_event_info_state": "live",
                "sport_event_info_tournament_id": "gin:9415f900-a5d4-4202-abda-6db3baa5935b",
                "market_type": "35",
                "sport_event_info_market_type": "35",
                "sport_id": "esports_dota_2",
                "tournament_id": "gin:9415f900-a5d4-4202-abda-6db3baa5935b",
                "sport_event_info_competitors": [
                    {
                        "id": "betting:0:2-esports_dota_2",
                        "type": 2
                    },
                    {
                        "id": "betting:0:40-esports_dota_2",
                        "type": 2
                    }
                ]
            },
            "odd_ratio": "1.770000",
            "odd_updated_at": "2024-06-10T07:55:38+00:00",
            "status_reason": "",
            "match_id": "5:7864813a-eb3d-4335-b210-b94d2e7aa6c0",
            "match_status": 8,
            "odd_id": "1",
            "odd_status": 0
        }
    ],
    "bet_player_id": "177104",
    "bet_stake": "1000.000000",
    "bet_system_sizes": [
        2
    ]
}'
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
curl --location --globoff 'http://{callback-api-server}/bet/settle' \
--header 'accept: */*' \
--header 'Foreign-Params: {   "some_token": "some_token_value",   "internal_player_id": "123" }' \
--header 'Content-Type: application/json' \
--data '{
    "request_id": "ab4234f7-9db7-4a19-ac3e-ff4a82a07c53",
    "bet_bet_builder_odds": [],
    "bet_id": "YhARMmU0T1GzCaxKUDgGAmZmsXoIQd0AAED3UAAV",
    "bet_odds": [
        {
            "status_reason": "",
            "meta": {
                "provider_id": "5",
                "sport_event_info_market_type": "35",
                "sport_event_info_provider_id": "5",
                "sport_event_info_sport_id": "esports_league_of_legends",
                "sport_id": "esports_league_of_legends",
                "tournament_id": "gin:265eb14c-55b5-4fcc-b8e1-a1119a3ee452",
                "market_type": "35",
                "sport_event_info_competitors": [
                    {
                        "id": "gt:114412",
                        "type": 1
                    },
                    {
                        "id": "gt:000eb0d5-6de3-4ceb-8149-daa3694ed63a",
                        "type": 1
                    }
                ],
                "sport_event_info_state": "live",
                "sport_event_info_tournament_id": "gin:265eb14c-55b5-4fcc-b8e1-a1119a3ee452"
            },
            "odd_ratio": "1.990000",
            "odd_status": 1,
            "odd_id": "1",
            "odd_updated_at": "2024-06-10T09:07:35+00:00",
            "market_id": "35h-1_5m1",
            "match_id": "5:7554dec1-492d-4e6c-ab3f-669d8a7cd0cd",
            "match_status": 8
        },
        {
            "match_status": 8,
            "meta": {
                "sport_event_info_competitors": [
                    {
                        "id": "betting:0:2-esports_dota_2",
                        "type": 2
                    },
                    {
                        "id": "betting:0:40-esports_dota_2",
                        "type": 2
                    }
                ],
                "sport_event_info_market_type": "35",
                "sport_event_info_provider_id": "5",
                "sport_event_info_sport_id": "esports_dota_2",
                "market_type": "35",
                "provider_id": "5",
                "sport_event_info_state": "live",
                "sport_event_info_tournament_id": "gin:9415f900-a5d4-4202-abda-6db3baa5935b",
                "sport_id": "esports_dota_2",
                "tournament_id": "gin:9415f900-a5d4-4202-abda-6db3baa5935b"
            },
            "odd_id": "1",
            "odd_ratio": "1.770000",
            "odd_updated_at": "2024-06-10T09:07:38+00:00",
            "market_id": "35h2_5m1",
            "match_id": "5:7864813a-eb3d-4335-b210-b94d2e7aa6c0",
            "odd_status": 1,
            "status_reason": ""
        }
    ],
    "bet_player_id": "177104",
    "restrictions": [],
    "settle_amount": "3522.300000",
    "settle_type": 1
}'
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
curl --location --globoff 'http://{callback-api-server}/bet/settle' \
--header 'accept: */*' \
--header 'Foreign-Params: {   "some_token": "some_token_value",   "internal_player_id": "123" }' \
--header 'Content-Type: application/json' \
--data '{
    "request_id": "ab4234f7-9db7-4a19-ac3e-ff4a82a07c53",
    "bet_bet_builder_odds": [],
    "bet_id": "YhARMmU0T1GzCaxKUDgGAmZmsXoIQd0AAED3UAAV",
    "bet_odds": [
        {
            "status_reason": "",
            "meta": {
                "provider_id": "5",
                "sport_event_info_market_type": "35",
                "sport_event_info_provider_id": "5",
                "sport_event_info_sport_id": "esports_league_of_legends",
                "sport_id": "esports_league_of_legends",
                "tournament_id": "gin:265eb14c-55b5-4fcc-b8e1-a1119a3ee452",
                "market_type": "35",
                "sport_event_info_competitors": [
                    {
                        "id": "gt:114412",
                        "type": 1
                    },
                    {
                        "id": "gt:000eb0d5-6de3-4ceb-8149-daa3694ed63a",
                        "type": 1
                    }
                ],
                "sport_event_info_state": "live",
                "sport_event_info_tournament_id": "gin:265eb14c-55b5-4fcc-b8e1-a1119a3ee452"
            },
            "odd_ratio": "1.990000",
            "odd_status": 2,
            "odd_id": "1",
            "odd_updated_at": "2024-06-10T09:07:35+00:00",
            "market_id": "35h-1_5m1",
            "match_id": "5:7554dec1-492d-4e6c-ab3f-669d8a7cd0cd",
            "match_status": 8
        },
        {
            "match_status": 8,
            "meta": {
                "sport_event_info_competitors": [
                    {
                        "id": "betting:0:2-esports_dota_2",
                        "type": 2
                    },
                    {
                        "id": "betting:0:40-esports_dota_2",
                        "type": 2
                    }
                ],
                "sport_event_info_market_type": "35",
                "sport_event_info_provider_id": "5",
                "sport_event_info_sport_id": "esports_dota_2",
                "market_type": "35",
                "provider_id": "5",
                "sport_event_info_state": "live",
                "sport_event_info_tournament_id": "gin:9415f900-a5d4-4202-abda-6db3baa5935b",
                "sport_id": "esports_dota_2",
                "tournament_id": "gin:9415f900-a5d4-4202-abda-6db3baa5935b"
            },
            "odd_id": "1",
            "odd_ratio": "1.770000",
            "odd_updated_at": "2024-06-10T09:07:38+00:00",
            "market_id": "35h2_5m1",
            "match_id": "5:7864813a-eb3d-4335-b210-b94d2e7aa6c0",
            "odd_status": 0,
            "status_reason": ""
        }
    ],
    "bet_player_id": "177104",
    "restrictions": [],
    "settle_amount": "0.000000",
    "settle_type": 3
}'
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
curl --location --globoff 'http://{callback-api-server}/bet/place' \
--header 'accept: */*' \
--header 'Foreign-Params: {   "some_token": "some_token_value",   "internal_player_id": "123" }' \
--header 'Content-Type: application/json' \
--data '{
    "bet_odds": [
      {
        "odd_ratio": "1.880000",
        "match_id": "5:7554dec1-492d-4e6c-ab3f-669d8a7cd0cd",
        "market_id": "351m1t25_5",
        "odd_updated_at": "2024-06-10T07:56:07+00:00",
        "meta": {
          "tournament_id": "gin:265eb14c-55b5-4fcc-b8e1-a1119a3ee452",
          "sport_event_info_provider_id": "5",
          "sport_event_info_tournament_id": "gin:265eb14c-55b5-4fcc-b8e1-a1119a3ee452",
          "sport_event_info_state": "live",
          "sport_id": "esports_league_of_legends",
          "market_type": "351",
          "sport_event_info_competitors": [
            {
              "id": "gt:114412",
              "type": 1
            },
            {
              "id": "gt:000eb0d5-6de3-4ceb-8149-daa3694ed63a",
              "type": 1
            }
          ],
          "sport_event_info_sport_id": "esports_league_of_legends",
          "sport_event_info_market_type": "351",
          "provider_id": "5"
        },
        "odd_id": "1",
        "odd_status": 0,
        "match_status": 8,
        "status_reason": ""
      },
      {
        "odd_ratio": "1.770000",
        "odd_status": 0,
        "market_id": "35h2_5m1",
        "status_reason": "",
        "odd_id": "1",
        "match_id": "5:7864813a-eb3d-4335-b210-b94d2e7aa6c0",
        "match_status": 8,
        "odd_updated_at": "2024-06-10T07:56:07+00:00",
        "meta": {
          "sport_event_info_competitors": [
            {
              "id": "betting:0:40-esports_dota_2",
              "type": 2
            },
            {
              "id": "betting:0:2-esports_dota_2",
              "type": 2
            }
          ],
          "sport_event_info_provider_id": "5",
          "sport_event_info_tournament_id": "gin:9415f900-a5d4-4202-abda-6db3baa5935b",
          "sport_event_info_market_type": "35",
          "provider_id": "5",
          "sport_id": "esports_dota_2",
          "tournament_id": "gin:9415f900-a5d4-4202-abda-6db3baa5935b",
          "sport_event_info_sport_id": "esports_dota_2",
          "sport_event_info_state": "live",
          "market_type": "35"
        }
      },
      {
        "match_status": 8,
        "meta": {
          "sport_event_info_sport_id": "esports_fortnite",
          "sport_event_info_tournament_id": "gin:67d6bffc-b2ee-402f-8ea8-0a189a0fe647",
          "sport_event_info_market_type": "20",
          "provider_id": "5",
          "sport_event_info_competitors": [
            {
              "type": 2,
              "id": "gin:c29fcb1a-9113-4c74-9ab7-be73aea22ba8"
            },
            {
              "id": "gin:29b7b0c3-4204-4b65-b98f-55b1fee3f7b9",
              "type": 2
            }
          ],
          "sport_event_info_provider_id": "5",
          "sport_event_info_state": "live",
          "sport_id": "esports_fortnite",
          "tournament_id": "gin:67d6bffc-b2ee-402f-8ea8-0a189a0fe647",
          "market_type": "20"
        },
        "match_id": "5:f1dda432-0fe1-418a-adf6-c1967c1a8597",
        "odd_ratio": "1.890000",
        "odd_status": 0,
        "market_id": "20",
        "odd_updated_at": "2024-06-10T07:56:07+00:00",
        "status_reason": "",
        "odd_id": "1"
      },
      {
        "meta": {
          "tournament_id": "betting:7:sr:tournament:7793",
          "market_type": "226",
          "sport_event_info_competitors": [
            {
              "id": "sr:competitor:1043195",
              "type": 2
            },
            {
              "id": "sr:competitor:303862",
              "type": 2
            }
          ],
          "sport_event_info_provider_id": "9",
          "sport_event_info_sport_id": "tennis",
          "sport_event_info_tournament_id": "betting:7:sr:tournament:7793",
          "sport_event_info_market_type": "226",
          "sport_event_info_state": "prematch",
          "provider_id": "9",
          "sport_id": "tennis"
        },
        "odd_id": "12",
        "odd_ratio": "2.010000",
        "odd_status": 0,
        "match_id": "9:sr:match:50631959",
        "market_id": "189t17_5",
        "odd_updated_at": "2024-06-10T07:56:07+00:00",
        "match_status": 8,
        "status_reason": ""
      }
    ],
    "bet_created_at": "2024-06-10T07:56:07+00:00",
    "bet_player_id": "177104",
    "bet_id": "YhARMmU0T1GzCaxKUDgGAmZmsZcNrI4AAED3UAAd",
    "bet_type": 3,
    "bet_freebet_id": "",
    "competitors": [
      {
        "id": "gt:114412",
        "type": 1
      },
      {
        "id": "gt:000eb0d5-6de3-4ceb-8149-daa3694ed63a",
        "type": 1
      },
      {
        "id": "betting:0:40-esports_dota_2",
        "type": 2
      },
      {
        "id": "betting:0:2-esports_dota_2",
        "type": 2
      },
      {
        "id": "gin:c29fcb1a-9113-4c74-9ab7-be73aea22ba8",
        "type": 2
      },
      {
        "id": "gin:29b7b0c3-4204-4b65-b98f-55b1fee3f7b9",
        "type": 2
      },
      {
        "id": "sr:competitor:1043195",
        "type": 2
      },
      {
        "id": "sr:competitor:303862",
        "type": 2
      }
    ],
    "request_id": "c7861e6c-3b84-4b00-9feb-b54238f1bab5",
    "bet_stake": "1000.000000",
    "bet_bet_builder_odds": [],
    "bet_system_sizes": [
      3
    ]
  }'
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
curl --location --globoff 'http://{callback-api-server}/bet/accept' \
--header 'accept: */*' \
--header 'Foreign-Params: {   "some_token": "some_token_value",   "internal_player_id": "123" }' \
--header 'Content-Type: application/json' \
--data '{
    "bet_bet_builder_odds": [],
    "bet_created_at": "2024-06-10T07:56:07+00:00",
    "bet_freebet_id": "",
    "competitors": [
        {
            "id": "gt:114412",
            "type": 1
        },
        {
            "id": "gt:000eb0d5-6de3-4ceb-8149-daa3694ed63a",
            "type": 1
        },
        {
            "id": "betting:0:40-esports_dota_2",
            "type": 2
        },
        {
            "id": "betting:0:2-esports_dota_2",
            "type": 2
        },
        {
            "id": "gin:c29fcb1a-9113-4c74-9ab7-be73aea22ba8",
            "type": 2
        },
        {
            "id": "gin:29b7b0c3-4204-4b65-b98f-55b1fee3f7b9",
            "type": 2
        },
        {
            "id": "sr:competitor:1043195",
            "type": 2
        },
        {
            "id": "sr:competitor:303862",
            "type": 2
        }
    ],
    "bet_type": 3,
    "request_id": "3193bd2f-a3dd-4dbb-8b05-f48b55df2815",
    "bet_id": "YhARMmU0T1GzCaxKUDgGAmZmsZcNrI4AAED3UAAd",
    "bet_odds": [
        {
            "odd_id": "1",
            "odd_updated_at": "2024-06-10T07:56:07+00:00",
            "market_id": "351m1t25_5",
            "meta": {
                "sport_event_info_competitors": [
                    {
                        "id": "gt:114412",
                        "type": 1
                    },
                    {
                        "id": "gt:000eb0d5-6de3-4ceb-8149-daa3694ed63a",
                        "type": 1
                    }
                ],
                "sport_event_info_market_type": "351",
                "sport_event_info_provider_id": "5",
                "sport_event_info_state": "live",
                "sport_event_info_tournament_id": "gin:265eb14c-55b5-4fcc-b8e1-a1119a3ee452",
                "sport_id": "esports_league_of_legends",
                "tournament_id": "gin:265eb14c-55b5-4fcc-b8e1-a1119a3ee452",
                "market_type": "351",
                "provider_id": "5",
                "sport_event_info_sport_id": "esports_league_of_legends"
            },
            "odd_ratio": "1.880000",
            "odd_status": 0,
            "status_reason": "",
            "match_id": "5:7554dec1-492d-4e6c-ab3f-669d8a7cd0cd",
            "match_status": 8
        },
        {
            "match_status": 8,
            "meta": {
                "sport_event_info_sport_id": "esports_dota_2",
                "sport_event_info_state": "live",
                "sport_event_info_tournament_id": "gin:9415f900-a5d4-4202-abda-6db3baa5935b",
                "sport_id": "esports_dota_2",
                "provider_id": "5",
                "sport_event_info_competitors": [
                    {
                        "id": "betting:0:40-esports_dota_2",
                        "type": 2
                    },
                    {
                        "id": "betting:0:2-esports_dota_2",
                        "type": 2
                    }
                ],
                "sport_event_info_provider_id": "5",
                "market_type": "35",
                "sport_event_info_market_type": "35",
                "tournament_id": "gin:9415f900-a5d4-4202-abda-6db3baa5935b"
            },
            "odd_id": "1",
            "odd_updated_at": "2024-06-10T07:56:07+00:00",
            "status_reason": "",
            "match_id": "5:7864813a-eb3d-4335-b210-b94d2e7aa6c0",
            "odd_ratio": "1.770000",
            "odd_status": 0,
            "market_id": "35h2_5m1"
        },
        {
            "meta": {
                "sport_event_info_sport_id": "esports_fortnite",
                "sport_id": "esports_fortnite",
                "tournament_id": "gin:67d6bffc-b2ee-402f-8ea8-0a189a0fe647",
                "market_type": "20",
                "sport_event_info_competitors": [
                    {
                        "id": "gin:c29fcb1a-9113-4c74-9ab7-be73aea22ba8",
                        "type": 2
                    },
                    {
                        "type": 2,
                        "id": "gin:29b7b0c3-4204-4b65-b98f-55b1fee3f7b9"
                    }
                ],
                "sport_event_info_market_type": "20",
                "sport_event_info_provider_id": "5",
                "provider_id": "5",
                "sport_event_info_state": "live",
                "sport_event_info_tournament_id": "gin:67d6bffc-b2ee-402f-8ea8-0a189a0fe647"
            },
            "odd_id": "1",
            "odd_updated_at": "2024-06-10T07:56:07+00:00",
            "market_id": "20",
            "match_id": "5:f1dda432-0fe1-418a-adf6-c1967c1a8597",
            "match_status": 8,
            "odd_ratio": "1.890000",
            "odd_status": 0,
            "status_reason": ""
        },
        {
            "match_id": "9:sr:match:50631959",
            "meta": {
                "sport_event_info_provider_id": "9",
                "sport_event_info_sport_id": "tennis",
                "sport_event_info_state": "prematch",
                "market_type": "226",
                "provider_id": "9",
                "sport_event_info_market_type": "226",
                "tournament_id": "betting:7:sr:tournament:7793",
                "sport_event_info_competitors": [
                    {
                        "type": 2,
                        "id": "sr:competitor:1043195"
                    },
                    {
                        "id": "sr:competitor:303862",
                        "type": 2
                    }
                ],
                "sport_event_info_tournament_id": "betting:7:sr:tournament:7793",
                "sport_id": "tennis"
            },
            "odd_updated_at": "2024-06-10T07:56:07+00:00",
            "status_reason": "",
            "market_id": "189t17_5",
            "match_status": 8,
            "odd_id": "12",
            "odd_ratio": "2.010000",
            "odd_status": 0
        }
    ],
    "bet_player_id": "177104",
    "bet_stake": "1000.000000",
    "bet_system_sizes": [
        3
    ]
}'
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
curl --location --globoff 'http://{callback-api-server}/bet/settle' \
--header 'accept: */*' \
--header 'Foreign-Params: {   "some_token": "some_token_value",   "internal_player_id": "123" }' \
--header 'Content-Type: application/json' \
--data '{
    "bet_player_id": "177104",
    "restrictions": [],
    "settle_amount": "1672.119000",
    "settle_type": 1,
    "request_id": "a87398c8-4669-4310-8cbb-c70186cc6276",
    "bet_bet_builder_odds": [],
    "bet_id": "YhARMmU0T1GzCaxKUDgGAmZmsZcNrI4AAED3UAAd",
    "bet_odds": [
        {
            "market_id": "351m1t25_5",
            "match_id": "5:7554dec1-492d-4e6c-ab3f-669d8a7cd0cd",
            "match_status": 8,
            "meta": {
                "sport_event_info_market_type": "351",
                "sport_event_info_provider_id": "5",
                "sport_event_info_state": "live",
                "sport_id": "esports_league_of_legends",
                "tournament_id": "gin:265eb14c-55b5-4fcc-b8e1-a1119a3ee452",
                "market_type": "351",
                "provider_id": "5",
                "sport_event_info_competitors": [
                    {
                        "id": "gt:114412",
                        "type": 1
                    },
                    {
                        "id": "gt:000eb0d5-6de3-4ceb-8149-daa3694ed63a",
                        "type": 1
                    }
                ],
                "sport_event_info_sport_id": "esports_league_of_legends",
                "sport_event_info_tournament_id": "gin:265eb14c-55b5-4fcc-b8e1-a1119a3ee452"
            },
            "odd_status": 1,
            "odd_id": "1",
            "odd_ratio": "1.880000",
            "odd_updated_at": "2024-06-10T09:17:58+00:00",
            "status_reason": ""
        },
        {
            "match_id": "5:7864813a-eb3d-4335-b210-b94d2e7aa6c0",
            "match_status": 8,
            "odd_ratio": "1.770000",
            "odd_updated_at": "2024-06-10T09:17:54+00:00",
            "market_id": "35h2_5m1",
            "meta": {
                "market_type": "35",
                "provider_id": "5",
                "sport_event_info_market_type": "35",
                "sport_event_info_tournament_id": "gin:9415f900-a5d4-4202-abda-6db3baa5935b",
                "sport_event_info_competitors": [
                    {
                        "id": "betting:0:40-esports_dota_2",
                        "type": 2
                    },
                    {
                        "id": "betting:0:2-esports_dota_2",
                        "type": 2
                    }
                ],
                "sport_event_info_provider_id": "5",
                "sport_event_info_sport_id": "esports_dota_2",
                "sport_event_info_state": "live",
                "sport_id": "esports_dota_2",
                "tournament_id": "gin:9415f900-a5d4-4202-abda-6db3baa5935b"
            },
            "odd_id": "1",
            "odd_status": 1,
            "status_reason": ""
        },
        {
            "meta": {
                "sport_event_info_competitors": [
                    {
                        "id": "gin:c29fcb1a-9113-4c74-9ab7-be73aea22ba8",
                        "type": 2
                    },
                    {
                        "id": "gin:29b7b0c3-4204-4b65-b98f-55b1fee3f7b9",
                        "type": 2
                    }
                ],
                "sport_event_info_sport_id": "esports_fortnite",
                "sport_event_info_market_type": "20",
                "sport_event_info_provider_id": "5",
                "sport_event_info_state": "live",
                "sport_event_info_tournament_id": "gin:67d6bffc-b2ee-402f-8ea8-0a189a0fe647",
                "sport_id": "esports_fortnite",
                "tournament_id": "gin:67d6bffc-b2ee-402f-8ea8-0a189a0fe647",
                "market_type": "20",
                "provider_id": "5"
            },
            "odd_id": "1",
            "odd_updated_at": "2024-06-10T09:17:53+00:00",
            "status_reason": "",
            "market_id": "20",
            "match_id": "5:f1dda432-0fe1-418a-adf6-c1967c1a8597",
            "match_status": 8,
            "odd_ratio": "1.890000",
            "odd_status": 2
        },
        {
            "match_status": 8,
            "meta": {
                "market_type": "226",
                "provider_id": "9",
                "sport_event_info_sport_id": "tennis",
                "sport_event_info_state": "prematch",
                "tournament_id": "betting:7:sr:tournament:7793",
                "sport_event_info_competitors": [
                    {
                        "id": "sr:competitor:1043195",
                        "type": 2
                    },
                    {
                        "id": "sr:competitor:303862",
                        "type": 2
                    }
                ],
                "sport_event_info_market_type": "226",
                "sport_event_info_provider_id": "9",
                "sport_event_info_tournament_id": "betting:7:sr:tournament:7793",
                "sport_id": "tennis"
            },
            "odd_id": "12",
            "market_id": "189t17_5",
            "match_id": "9:sr:match:50631959",
            "odd_ratio": "2.010000",
            "odd_status": 1,
            "odd_updated_at": "2024-06-10T09:17:52+00:00",
            "status_reason": ""
        }
    ]
}'
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
curl --location --globoff 'http://{callback-api-server}/bet/settle' \
--header 'accept: */*' \
--header 'Foreign-Params: {   "some_token": "some_token_value",   "internal_player_id": "123" }' \
--header 'Content-Type: application/json' \
--data '{
    "bet_player_id": "177104",
    "restrictions": [],
    "settle_amount": "0.000000",
    "settle_type": 3,
    "request_id": "a87398c8-4669-4310-8cbb-c70186cc6276",
    "bet_bet_builder_odds": [],
    "bet_id": "YhARMmU0T1GzCaxKUDgGAmZmsZcNrI4AAED3UAAd",
    "bet_odds": [
        {
            "market_id": "351m1t25_5",
            "match_id": "5:7554dec1-492d-4e6c-ab3f-669d8a7cd0cd",
            "match_status": 8,
            "meta": {
                "sport_event_info_market_type": "351",
                "sport_event_info_provider_id": "5",
                "sport_event_info_state": "live",
                "sport_id": "esports_league_of_legends",
                "tournament_id": "gin:265eb14c-55b5-4fcc-b8e1-a1119a3ee452",
                "market_type": "351",
                "provider_id": "5",
                "sport_event_info_competitors": [
                    {
                        "id": "gt:114412",
                        "type": 1
                    },
                    {
                        "id": "gt:000eb0d5-6de3-4ceb-8149-daa3694ed63a",
                        "type": 1
                    }
                ],
                "sport_event_info_sport_id": "esports_league_of_legends",
                "sport_event_info_tournament_id": "gin:265eb14c-55b5-4fcc-b8e1-a1119a3ee452"
            },
            "odd_status": 1,
            "odd_id": "1",
            "odd_ratio": "1.880000",
            "odd_updated_at": "2024-06-10T09:17:58+00:00",
            "status_reason": ""
        },
        {
            "match_id": "5:7864813a-eb3d-4335-b210-b94d2e7aa6c0",
            "match_status": 8,
            "odd_ratio": "1.770000",
            "odd_updated_at": "2024-06-10T09:17:54+00:00",
            "market_id": "35h2_5m1",
            "meta": {
                "market_type": "35",
                "provider_id": "5",
                "sport_event_info_market_type": "35",
                "sport_event_info_tournament_id": "gin:9415f900-a5d4-4202-abda-6db3baa5935b",
                "sport_event_info_competitors": [
                    {
                        "id": "betting:0:40-esports_dota_2",
                        "type": 2
                    },
                    {
                        "id": "betting:0:2-esports_dota_2",
                        "type": 2
                    }
                ],
                "sport_event_info_provider_id": "5",
                "sport_event_info_sport_id": "esports_dota_2",
                "sport_event_info_state": "live",
                "sport_id": "esports_dota_2",
                "tournament_id": "gin:9415f900-a5d4-4202-abda-6db3baa5935b"
            },
            "odd_id": "1",
            "odd_status": 2,
            "status_reason": ""
        },
        {
            "meta": {
                "sport_event_info_competitors": [
                    {
                        "id": "gin:c29fcb1a-9113-4c74-9ab7-be73aea22ba8",
                        "type": 2
                    },
                    {
                        "id": "gin:29b7b0c3-4204-4b65-b98f-55b1fee3f7b9",
                        "type": 2
                    }
                ],
                "sport_event_info_sport_id": "esports_fortnite",
                "sport_event_info_market_type": "20",
                "sport_event_info_provider_id": "5",
                "sport_event_info_state": "live",
                "sport_event_info_tournament_id": "gin:67d6bffc-b2ee-402f-8ea8-0a189a0fe647",
                "sport_id": "esports_fortnite",
                "tournament_id": "gin:67d6bffc-b2ee-402f-8ea8-0a189a0fe647",
                "market_type": "20",
                "provider_id": "5"
            },
            "odd_id": "1",
            "odd_updated_at": "2024-06-10T09:17:53+00:00",
            "status_reason": "",
            "market_id": "20",
            "match_id": "5:f1dda432-0fe1-418a-adf6-c1967c1a8597",
            "match_status": 8,
            "odd_ratio": "1.890000",
            "odd_status": 2
        },
        {
            "match_status": 8,
            "meta": {
                "market_type": "226",
                "provider_id": "9",
                "sport_event_info_sport_id": "tennis",
                "sport_event_info_state": "prematch",
                "tournament_id": "betting:7:sr:tournament:7793",
                "sport_event_info_competitors": [
                    {
                        "id": "sr:competitor:1043195",
                        "type": 2
                    },
                    {
                        "id": "sr:competitor:303862",
                        "type": 2
                    }
                ],
                "sport_event_info_market_type": "226",
                "sport_event_info_provider_id": "9",
                "sport_event_info_tournament_id": "betting:7:sr:tournament:7793",
                "sport_id": "tennis"
            },
            "odd_id": "12",
            "market_id": "189t17_5",
            "match_id": "9:sr:match:50631959",
            "odd_ratio": "2.010000",
            "odd_status": 2,
            "odd_updated_at": "2024-06-10T09:17:52+00:00",
            "status_reason": ""
        }
    ]
}'

Swagger