GET /api/bet_types/9f42ff60-7fd9-4d6d-b249-e92ff814200d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9f42ff60-7fd9-4d6d-b249-e92ff814200d",
"match": "https://api-prod.gambitprofit.com/api/matches/8a68881b-fa42-4c90-86db-f6352364bdf6/?format=api",
"name": "Play the Odds",
"created_at": "2023-10-17T08:58:22.328003-04:00",
"high_risk": {
"possible": false,
"description": "There is no line under 1.10 reward"
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "Seattle Kraken",
"amount": 6222.0
},
{
"team": "Colorado Avalanche",
"amount": 3778.0
}
],
"expected_reward_tokens": 9519.66,
"profit_sb": 19.66,
"profit_sb_percentage": 0.21,
"recommended": true
},
"lines": [
{
"id": "f52247de-449d-4b1f-a077-5260eb58297b",
"gambit_id": "07a8036d-bcf3-4055-b29f-0c1657aaef2e",
"last_updated": "2023-10-18T10:53:25.764799-04:00",
"created_at": "2023-10-17T08:58:22.335588-04:00",
"name": "Seattle Kraken",
"reward": "1.53000",
"odds": "1.55560",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f42ff60-7fd9-4d6d-b249-e92ff814200d/?format=api"
},
{
"id": "c59515d4-84bf-4fa1-8309-468339f3962c",
"gambit_id": "8bbb15ed-bc82-4bd1-bb92-cf4653d77424",
"last_updated": "2023-10-18T10:53:25.761104-04:00",
"created_at": "2023-10-17T08:58:22.331396-04:00",
"name": "Colorado Avalanche",
"reward": "2.52000",
"odds": "2.60000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f42ff60-7fd9-4d6d-b249-e92ff814200d/?format=api"
}
]
}