GET /api/bet_types/49bd0699-37a9-48fa-8f69-8f6b59df31b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "49bd0699-37a9-48fa-8f69-8f6b59df31b2",
"match": "https://api-prod.gambitprofit.com/api/matches/c74f377a-9280-4ece-95ae-12cf06b9a3cb/?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": "North Carolina",
"amount": 5302.0
},
{
"team": "Notre Dame",
"amount": 4698.0
}
],
"expected_reward_tokens": 9066.42,
"profit_sb": 66.42,
"profit_sb_percentage": 0.74,
"recommended": true
},
"lines": [
{
"id": "6ea237b2-4907-4c85-9b9b-c406b0c7c727",
"gambit_id": "ff5985f7-44f5-45dc-9944-6277b90623f3",
"last_updated": "2022-09-25T19:57:06.627441-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "North Carolina",
"reward": "1.71000",
"odds": "1.80000",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49bd0699-37a9-48fa-8f69-8f6b59df31b2/?format=api"
},
{
"id": "23bb8251-d435-4a6d-a4a0-2cfc467ea367",
"gambit_id": "01124ed9-eca0-45da-8f6e-02a6d20101a2",
"last_updated": "2022-09-25T19:57:06.628383-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Notre Dame",
"reward": "1.93000",
"odds": "2.05000",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49bd0699-37a9-48fa-8f69-8f6b59df31b2/?format=api"
}
]
}