GET /api/bet_types/0a23518b-d9aa-4cbe-9d99-543265dbac18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "0a23518b-d9aa-4cbe-9d99-543265dbac18",
"match": "https://api-prod.gambitprofit.com/api/matches/7156e90d-91c4-4b96-8116-52f2b86b8789/?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": "Los Angeles Kings",
"amount": 6584.0
},
{
"team": "Carolina Hurricanes",
"amount": 3416.0
}
],
"expected_reward_tokens": 9085.92,
"profit_sb": 85.92,
"profit_sb_percentage": 0.95,
"recommended": true
},
"lines": [
{
"id": "e026c1b8-bb27-493c-86e9-c2c70113f3c4",
"gambit_id": "ab48b674-ac59-44bd-bf74-741fd0159b8b",
"last_updated": "2022-12-05T11:22:13.288880-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Los Angeles Kings",
"reward": "1.38000",
"odds": "1.43480",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a23518b-d9aa-4cbe-9d99-543265dbac18/?format=api"
},
{
"id": "a3e9225a-3768-4b60-8f69-a194b4e180da",
"gambit_id": "99f06870-895c-444e-a6c1-5eb9958fd03c",
"last_updated": "2022-12-05T11:22:13.289853-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Carolina Hurricanes",
"reward": "2.66000",
"odds": "2.90000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a23518b-d9aa-4cbe-9d99-543265dbac18/?format=api"
}
]
}