GET /api/bet_types/f2b10088-fccc-45ac-8c87-9b9aa37d68bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f2b10088-fccc-45ac-8c87-9b9aa37d68bd",
"match": "https://api-prod.gambitprofit.com/api/matches/4dd11a7f-8498-4a44-b4f4-3854e4feef03/?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": "KAN",
"amount": 6278.0
},
{
"team": "DET",
"amount": 3722.0
}
],
"expected_reward_tokens": 9228.66,
"profit_sb": 228.66,
"profit_sb_percentage": 2.54,
"recommended": true
},
"lines": [
{
"id": "9b43cece-9b0a-4d6e-af4f-9f3f655a6ed7",
"gambit_id": "05b234c8-fe41-4c03-8016-5a13d9e28e8f",
"last_updated": "2022-09-05T10:27:03.804876-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "KAN",
"reward": "1.47000",
"odds": "1.52630",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2b10088-fccc-45ac-8c87-9b9aa37d68bd/?format=api"
},
{
"id": "981f54b6-16de-49a3-a9a0-ed7c81dc24f8",
"gambit_id": "0524f932-8b33-4b99-bc13-319972137f83",
"last_updated": "2022-09-05T10:27:03.803915-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "DET",
"reward": "2.48000",
"odds": "2.65000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2b10088-fccc-45ac-8c87-9b9aa37d68bd/?format=api"
}
]
}