GET /api/bet_types/9fa0051c-4e34-4361-a1b4-f29a29f5af82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9fa0051c-4e34-4361-a1b4-f29a29f5af82",
"match": "https://api-prod.gambitprofit.com/api/matches/2be52d6d-6064-430b-831c-8a216e605a44/?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": "Arizona Coyotes",
"amount": 5097.0
},
{
"team": "New York Islanders",
"amount": 4903.0
}
],
"expected_reward_tokens": 9021.52,
"profit_sb": 21.52,
"profit_sb_percentage": 0.24,
"recommended": true
},
"lines": [
{
"id": "c722c68b-12ba-4883-ac01-399cf81f5935",
"gambit_id": "4acee882-0bb5-46e6-bd15-6d5c4894c848",
"last_updated": "2022-11-11T21:32:20.539073-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Arizona Coyotes",
"reward": "1.77000",
"odds": "1.86960",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fa0051c-4e34-4361-a1b4-f29a29f5af82/?format=api"
},
{
"id": "450c05dd-b2ce-4752-9fb6-ee2e1ddc27e1",
"gambit_id": "e14dbf7f-4ebf-4f0f-8021-63f0a12c4698",
"last_updated": "2022-11-11T21:32:20.537767-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New York Islanders",
"reward": "1.84000",
"odds": "1.95240",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fa0051c-4e34-4361-a1b4-f29a29f5af82/?format=api"
}
]
}