GET /api/bet_types/d89a7b61-b000-4675-8c8d-9d72cc48de4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d89a7b61-b000-4675-8c8d-9d72cc48de4f",
"match": "https://api-prod.gambitprofit.com/api/matches/3deeb638-63cc-4c69-8f84-1f73c00ca0c2/?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": "Dallas Stars",
"amount": 6584.0
},
{
"team": "Pittsburgh Penguins",
"amount": 3416.0
}
],
"expected_reward_tokens": 9085.92,
"profit_sb": 85.92,
"profit_sb_percentage": 0.95,
"recommended": true
},
"lines": [
{
"id": "ef57b50d-cdc1-43fd-b3b6-b7a0faeaba27",
"gambit_id": "cac86e5b-6495-47a6-9f3e-e67d6ef5b953",
"last_updated": "2022-12-13T10:07:00.650862-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Dallas Stars",
"reward": "1.38000",
"odds": "1.43480",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d89a7b61-b000-4675-8c8d-9d72cc48de4f/?format=api"
},
{
"id": "541af253-4e98-43d5-915f-f638dd65a077",
"gambit_id": "1942dc64-3d02-4fb0-b51b-ecdbfdb8c357",
"last_updated": "2022-12-13T10:07:00.649568-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Pittsburgh Penguins",
"reward": "2.66000",
"odds": "2.90000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d89a7b61-b000-4675-8c8d-9d72cc48de4f/?format=api"
}
]
}