Get Smartbert cards

Returns the list of available Smartbet cards for specific operator.

GET https://api.betstack.io/bc/smartbets?operator={operator}

Response example:

[
  {
    "code": "C34826",
    "operator": "acme",
    "title": "Weekend Derby",
    "template": "dynamic",
    "stakes": [5, 10, 15, 20],
    "potential_wins": [25000, 50000, 75000, 100000],
    "multibonus_odds": 1.25,
    "min_odds": 1.25,
    "max_odds": 4.99,
    "medium_risk_tips": {
      "min_odds": 1.9,
      "max_odds": 4.99
    },
    "low_risk_tips": {
      "min_odds": 1.25,
      "max_odds": 4.99
    },
    "markets": [
      {
        "code": "MRFT",
        "lines": [],
        "bets": ["1", "X", "2"]
      },
      {
        "code": "OUFT",
        "lines": ["05"],
        "bets": ["O"]
      },
      {
        "code": "OUFT",
        "lines": ["15"],
        "bets": ["U", "O"]
      },
      {
        "code": "OUFT",
        "lines": ["25"],
        "bets": ["U", "O"]
      }
    ],
    "events_start_before": 1000,
    "enabled": true,
    "leagues": [1001, 1048,1033, 1086, 1011, 1489, 1442, 1064]
  }
]

Last updated