GET /api/bet_types/5bd40013-a955-4286-a955-391c9e4ab476/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5bd40013-a955-4286-a955-391c9e4ab476",
"match": "https://api-prod.gambitprofit.com/api/matches/5a8be456-6ed3-4500-8766-580969b6bcc5/?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": "James Madison",
"amount": 7959.0
},
{
"team": "Georgia Southern",
"amount": 2041.0
}
],
"expected_reward_tokens": 9470.24,
"profit_sb": -29.76,
"profit_sb_percentage": -0.31,
"recommended": false
},
"lines": [
{
"id": "17a7439f-6ee6-4db0-9bcb-bcfa43ce3daf",
"gambit_id": "28eb1581-91c1-45e7-8665-6f2d35219949",
"last_updated": "2022-10-17T09:42:12.335813-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "James Madison",
"reward": "1.19000",
"odds": "1.20000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bd40013-a955-4286-a955-391c9e4ab476/?format=api"
},
{
"id": "b902ba13-f7cc-4e30-808a-b779f782d5a9",
"gambit_id": "df05c05e-843e-46d3-bc26-0f3a29084233",
"last_updated": "2022-10-17T09:42:12.334836-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Georgia Southern",
"reward": "4.64000",
"odds": "4.75000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bd40013-a955-4286-a955-391c9e4ab476/?format=api"
}
]
}