GET /api/bet_types/d0859b38-bc56-4701-b786-5c39f62d4d92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d0859b38-bc56-4701-b786-5c39f62d4d92",
"match": "https://api-prod.gambitprofit.com/api/matches/b37eed8e-4070-44d5-964b-d12405543bef/?format=api",
"name": "FreeForm",
"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": "Odd",
"amount": 5000.0
},
{
"team": "Even",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "bbbea6c9-1758-47e7-a33b-abd45321e30c",
"gambit_id": "3e995708-2922-44ad-bf9b-d4b84e4300b5",
"last_updated": "2022-10-25T10:22:06.200044-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Odd",
"reward": "1.88000",
"odds": "1.90910",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0859b38-bc56-4701-b786-5c39f62d4d92/?format=api"
},
{
"id": "fa3ebcfa-cbab-4492-8d93-e84c0c039efd",
"gambit_id": "a66d6591-ff36-4980-b5a1-8b63f8fb46aa",
"last_updated": "2022-10-25T10:22:06.198883-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Even",
"reward": "1.88000",
"odds": "1.90910",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0859b38-bc56-4701-b786-5c39f62d4d92/?format=api"
}
]
}