GET /api/bet_types/05bbbc64-c862-4d75-9afe-f40be47a993b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "05bbbc64-c862-4d75-9afe-f40be47a993b",
"match": "https://api-prod.gambitprofit.com/api/matches/b705810f-67ab-4c31-a521-d4130c770b10/?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": "Penn State",
"amount": 5000.0
},
{
"team": "Michigan State",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "590dbc1d-b3fd-4a3f-a474-cf8075c1c0b9",
"gambit_id": "fea188d5-5fc6-4466-b4ce-c381b87d360b",
"last_updated": "2022-11-28T09:42:15.471722-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Penn State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-19.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05bbbc64-c862-4d75-9afe-f40be47a993b/?format=api"
},
{
"id": "4c122ccc-f46f-43ab-bcdc-95e865b281da",
"gambit_id": "997e1a2f-4695-4c35-992d-7d4f63ffcccb",
"last_updated": "2022-11-28T09:42:15.473256-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Michigan State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "19.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05bbbc64-c862-4d75-9afe-f40be47a993b/?format=api"
}
]
}