GET /api/bet_types/c97f5529-9f6f-4159-82c4-44f973f145b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c97f5529-9f6f-4159-82c4-44f973f145b1",
"match": "https://api-prod.gambitprofit.com/api/matches/c2b05405-8abe-42e9-9bd5-bbdbca542330/?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": "Even",
"amount": 5000.0
},
{
"team": "Odd",
"amount": 5000.0
}
],
"expected_reward_tokens": 8950.0,
"profit_sb": -50.0,
"profit_sb_percentage": -0.56,
"recommended": false
},
"lines": [
{
"id": "5840def9-84a2-42ff-97c7-50d91610a94e",
"gambit_id": "1cef6e40-52a6-4f9b-806c-b06a7981af20",
"last_updated": "2022-12-22T20:42:19.091443-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Even",
"reward": "1.79000",
"odds": "1.90910",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c97f5529-9f6f-4159-82c4-44f973f145b1/?format=api"
},
{
"id": "f78bcb97-b8a2-4c05-9cf8-574e5a069de7",
"gambit_id": "9a9ef1cc-d875-4eaa-ae88-fbd9978d90b0",
"last_updated": "2022-12-22T20:42:19.092515-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Odd",
"reward": "1.79000",
"odds": "1.90910",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c97f5529-9f6f-4159-82c4-44f973f145b1/?format=api"
}
]
}