GET /api/bet_types/c4d1179f-a17e-4943-b160-503a1ebd09ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c4d1179f-a17e-4943-b160-503a1ebd09ac",
"match": "https://api-prod.gambitprofit.com/api/matches/5c76bdfa-80e3-4d7b-bfd1-3aec7ae60957/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-05: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": "Carolina Hurricanes",
"amount": 6731.0
},
{
"team": "Tampa Bay Lightning",
"amount": 3269.0
}
],
"expected_reward_tokens": 9153.2,
"profit_sb": 153.2,
"profit_sb_percentage": 1.7,
"recommended": true
},
"lines": [
{
"id": "38f3bedc-6681-4542-85ef-0e7908b50b79",
"gambit_id": "2cc84e4b-288c-4926-acd8-9752fd301e33",
"last_updated": "2022-11-04T09:22:46.931152-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Carolina Hurricanes",
"reward": "1.36000",
"odds": "1.40820",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4d1179f-a17e-4943-b160-503a1ebd09ac/?format=api"
},
{
"id": "df5b4ef2-8add-4650-81fd-33b3ed6f0991",
"gambit_id": "7e533ae3-ddb6-4ad6-860e-9a5a6fa583da",
"last_updated": "2022-11-04T09:22:46.930184-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tampa Bay Lightning",
"reward": "2.80000",
"odds": "3.05000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4d1179f-a17e-4943-b160-503a1ebd09ac/?format=api"
}
]
}