# Вилки

`GET https://api3.bettingco.ru/api/surebetsubscribe/getsurebets`

### Параметры

<table data-full-width="false"><thead><tr><th>Параметр</th><th>Обязателен? </th><th>Описание</th></tr></thead><tbody><tr><td>key</td><td>Да</td><td>Ключ доступа</td></tr><tr><td>percent</td><td>Нет</td><td>Начальный % доходности вилок</td></tr><tr><td>bookmakerTypes[]</td><td>Да</td><td>Список букмекеров</td></tr></tbody></table>

### Пример кода (cURL)

```powershell
curl --location 'https://api3.bettingco.ru/api/surebetsubscribe/getsurebets?key={KEY}&percent=1&bookmakerTypes=0&bookmakerTypes=1'
```

### Пример ответа

```json
[
  {
    "id": "d69cd1f0-de5a-4bb7-a23b-90f1cdcc4312",
    "sportType": 3,
    "surebetType": 10,
    "paused": false,
    "timestampLife": 1727430374,
    "percent": 5.65,
    "bet1": {
      "id": "9f0ecc41-aefc-46ff-bb2a-82015624c144",
      "team1Name": "Caroline Dolehide",
      "team2Name": "Elina Avanesyan",
      "league": "WTA Beijing",
      "betCombination": "П1",
      "betValue": null,
      "marketIdentificator": "ML-ML1",
      "bookmakerType": 0,
      "period": "3 сет 7 гейм",
      "reverseTeams": false,
      "itsInitiator": false,
      "itsInitiator2": false,
      "capture": "BCP",
      "eventInfo": "3-6,7-5,2-4|CurrentGame:7",
      "eventValue": "13",
      "eventId": "1337012294",
      "meta": "28th Game Winner | Caroline Dolehide",
      "url": "EV151092920005C13",
      "textId": "/Bet365/Tennis/WTABeijing/CarolineDolehide/ElinaAvanesyan_/Set/Game/Winner1/3|7_28th-Game-Winner-|-Caroline-Dolehide"
    },
    "bet2": {
      "id": "f18ec17d-6cee-44f2-a064-bbb3c4962126",
      "team1Name": "Dolhide Car.",
      "team2Name": "Avanesyan E.",
      "league": "WTA. Beijing",
      "betCombination": "П2",
      "marketIdentificator": "ML-ML2",
      "bookmakerType": 1,
      "period": "3 сет 7 гейм",
      "reverseTeams": false,
      "itsInitiator": false,
      "itsInitiator2": false,
      "capture": "BCP",
      "eventInfo": "3-6,7-5,2-4|CurrentGame:7",
      "eventValue": "1.15",
      "eventId": "2902142476",
      "meta": "3-й сет Победитель 7-го гейма | КОМ2",
      "url": "https://www.ligastavok.ru/bets/live/tennis/wta-id-404/wta-pekin-kitai-id-11662/dolkhaid-kar-avanesian-e-id-20480299",
      "textId": "/Ligastavok/Tennis/WTA.Beijing/DolhideCar./AvanesyanE._/Set/Game/Winner2/3|7_3-й-сет-Победитель-7-го-гейма-|-КОМ2"
    },
    "timestampInsert": 1727430374,
    "momentOfBetType": 0
  }
]
```
