GET /api/bet_types/9d5f1614-8990-40da-ac7d-2839fb8c0701/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9d5f1614-8990-40da-ac7d-2839fb8c0701",
"match": "https://api-prod.gambitprofit.com/api/matches/b63d950d-f46e-4659-9add-01a953222c36/?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": "Penn State",
"amount": 5995.0
},
{
"team": "Purdue",
"amount": 4005.0
}
],
"expected_reward_tokens": 9291.6,
"profit_sb": 291.6,
"profit_sb_percentage": 3.24,
"recommended": true
},
"lines": [
{
"id": "a61b78ae-6171-432e-8d8e-2e26efcd996b",
"gambit_id": "3bd51428-2fbf-44a4-b501-ad224c839be0",
"last_updated": "2022-09-02T09:22:18.189044-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Penn State",
"reward": "1.55000",
"odds": "1.60610",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d5f1614-8990-40da-ac7d-2839fb8c0701/?format=api"
},
{
"id": "7043083e-279c-4264-8df8-576f53907d1b",
"gambit_id": "4cdc7d35-66e0-4888-8df0-ee73ce3df4d7",
"last_updated": "2022-09-02T09:22:18.188571-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Purdue",
"reward": "2.32000",
"odds": "2.45000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d5f1614-8990-40da-ac7d-2839fb8c0701/?format=api"
}
]
}