Get Smartbet Card by code

Returns Smartbet card by specified code

GET https://api.betstack.io/bc/smartbets/{code}

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]
}

If the card with specified code was not found error response is returned with status code 400

{
  "code": 102,
  "message": "Betcard `B57AFBA` was not found"
}

Last updated