Skip to content

Custom bet-limit config

Optional: If you need to custom bet-limit (mostly for Sport-type products), please following this setup parameters. Due to the complexity of setup parameters in some products, we have to separates the custom parameters for your login's parameters request.

The following products supports these custom setup:

ProductIDProduct name
AMBSPORTBOOKAMB Sportbook
LALIKALalika
AFB1188AFB1188 Sport
SABASPORTSSaba Sport
SBOSbobet

The description and example for each products:

(Lalika bet-limt / Saba Sport bet-limt)

json
{
  "betLimit": [
    {
      "sport_type": 0,
      "market_type": 0,
      "min_bet": 5,
      "max_bet": 500,
      "max_bet_per_match": 100000
    }
  ]
}

Response parameter description

PropertyTypeRequiredDescription
sport_typenumberRequiredSport type code.
market_typenumberRequiredMarket type code.
min_betnumberRequiredMinimum bet amount daily.
max_betnumberRequiredMaximum bet amount daily.
max_bet_per_matchnumberRequiredMaximum bet amount per match.

Sbobet bet-limt

json
{
  "betLimit": [
    {
      "sport_type": 0,
      "market_type": 0,
      "min_bet": 5,
      "max_bet": 500,
      "max_bet_per_match": 100000
    }
  ]
}

Response parameter description

PropertyTypeRequiredDescription
sport_typenumberRequiredSport type code.
market_typenumberRequiredMarket type code.
min_betnumberRequiredMinimum bet amount daily.
max_betnumberRequiredMaximum bet amount daily.
max_bet_per_matchnumberRequiredMaximum bet amount per match.
SportTypeDescription
0ALL
1Soccer
2Basketball
3Football
4Ice Hockey
5Badminton
6Pool
7Motor Sport
8Tennis
9Baseball
10Volleyball
11Others
12Golf
13Boxing
14Cricket
15Table Tennis
16Rugby
17Handball
18Cycling
19Athletics
20Beach_Soccer
21Futsal
22Entertainment
23Financial
24Darts
25Olympic
26Lacrosse
27Water Polo
28Winter Sports
29Squash
30Field_Hockey
31Mixed_Martial_Arts
32E_Sports
33Gaelic_Football
34Hurling
35Muay_Thai
36Bandy
37Winter_Olympics

Market Type

SportTypeIdDescription
0ALL
1Handicap
2Odd/Even
3Over/Under
4Correct Score
51X2
6Total Goal
7First Half Hdp
8First Half 1x2
9First Half O/U
10HT/FT
11Money Line
12First Half O/E
13First Goal/Last Goal
14First Half CS
15Double Chance
16Live Score
17First Half Live Score
39Outright
40Mix Parlay
666In Between
800000First Half 1X2 & O/U
800001D/C & First Half O/U
9000001X2 & O/U
900001D/C & O/U
800002First Half RCS
900002Reverse Correct Score

COMING SOON