GET /api/bet_types/b63cd19e-8d48-47f3-989d-36d73922b19b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b63cd19e-8d48-47f3-989d-36d73922b19b",
"match": "https://api-prod.gambitprofit.com/api/matches/b8d400a1-1443-4d23-afc6-375c71e6c9cb/?format=api",
"name": "FreeForm",
"created_at": "2023-06-14T05:58:11.843624-04: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": "Even",
"amount": 5000.0
},
{
"team": "Odd",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "eca7ddff-1565-4e4b-800f-98ec02c02448",
"gambit_id": "69ab5935-08b1-4644-be51-a5a986f9ceca",
"last_updated": "2023-06-15T23:33:01.033236-04:00",
"created_at": "2023-06-14T05:58:11.848422-04:00",
"name": "Even",
"reward": "1.87000",
"odds": "1.90910",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b63cd19e-8d48-47f3-989d-36d73922b19b/?format=api"
},
{
"id": "5a15d518-8eed-4fec-aa26-77e0dca9ab96",
"gambit_id": "4604ffc6-06d2-4ece-b4b1-24879619a6c3",
"last_updated": "2023-06-15T23:33:01.031158-04:00",
"created_at": "2023-06-14T05:58:11.846042-04:00",
"name": "Odd",
"reward": "1.87000",
"odds": "1.90910",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b63cd19e-8d48-47f3-989d-36d73922b19b/?format=api"
}
]
}