GET /api/bet_types/1111c964-9992-456c-9ef7-7b4993d7c6eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1111c964-9992-456c-9ef7-7b4993d7c6eb",
"match": "https://api-prod.gambitprofit.com/api/matches/48858018-12a6-451a-849b-120d6b0a469f/?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": "Georgia",
"amount": 8403.0
},
{
"team": "Mississippi State",
"amount": 1597.0
}
],
"expected_reward_tokens": 9326.48,
"profit_sb": 326.48,
"profit_sb_percentage": 3.63,
"recommended": true
},
"lines": [
{
"id": "c3509b6e-227c-4138-86a6-ad125c0f20dc",
"gambit_id": "8f111780-c7a0-4d21-8b1d-64437e54ecce",
"last_updated": "2022-11-14T09:44:04.028071-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Georgia",
"reward": "1.11000",
"odds": "1.12500",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1111c964-9992-456c-9ef7-7b4993d7c6eb/?format=api"
},
{
"id": "d11da291-ae02-4971-85ea-b377ad173fbf",
"gambit_id": "d1ab69e7-09d8-4c3e-9410-153e0d0afd28",
"last_updated": "2022-11-14T09:44:04.026915-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Mississippi State",
"reward": "5.84000",
"odds": "6.50000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1111c964-9992-456c-9ef7-7b4993d7c6eb/?format=api"
}
]
}