GET /api/bet_types/4c144eda-c613-4335-b5db-ad2425d1da89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4c144eda-c613-4335-b5db-ad2425d1da89",
"match": "https://api-prod.gambitprofit.com/api/matches/ed1d602e-cbbb-4e89-929c-9b59bc1e810c/?format=api",
"name": "Pick the Winner",
"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": "UTEP",
"amount": 6005.0
},
{
"team": "Charlotte",
"amount": 3995.0
}
],
"expected_reward_tokens": 9427.85,
"profit_sb": -72.15,
"profit_sb_percentage": -0.76,
"recommended": false
},
"lines": [
{
"id": "2a3550b6-2262-479a-8510-275e0bcc3f12",
"gambit_id": "b7b99b4f-de01-40aa-8c68-3265f08cdf9d",
"last_updated": "2022-10-03T10:57:19.150388-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "UTEP",
"reward": "1.57000",
"odds": "1.60610",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c144eda-c613-4335-b5db-ad2425d1da89/?format=api"
},
{
"id": "f67f75a5-a150-447c-93a7-7e1c4b530b94",
"gambit_id": "fa56fb4a-c3c3-4d07-a62a-de8b3f7d56e2",
"last_updated": "2022-10-03T10:57:19.149015-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Charlotte",
"reward": "2.36000",
"odds": "2.45000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c144eda-c613-4335-b5db-ad2425d1da89/?format=api"
}
]
}