GET /api/bet_types/603c7d82-7f42-48af-8127-061d725e1ebe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "603c7d82-7f42-48af-8127-061d725e1ebe",
"match": "https://api-prod.gambitprofit.com/api/matches/6da76c47-3f11-4acc-9684-29907e175dfb/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-24T09:13:25.761528-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": "STL",
"amount": 5319.0
},
{
"team": "SDG",
"amount": 4681.0
}
],
"expected_reward_tokens": 9361.44,
"profit_sb": -138.56,
"profit_sb_percentage": -1.46,
"recommended": false
},
"lines": [
{
"id": "9626417c-f2fa-4aed-9511-159d0a422593",
"gambit_id": "369fdeef-d681-48e5-9e73-90617f7ed357",
"last_updated": "2023-09-26T09:22:57.086135-04:00",
"created_at": "2023-09-24T09:13:25.765236-04:00",
"name": "STL",
"reward": "1.76000",
"odds": "1.80000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/603c7d82-7f42-48af-8127-061d725e1ebe/?format=api"
},
{
"id": "99277f11-2173-4786-b71c-5a1dda7a48c2",
"gambit_id": "d65291c5-e173-4cb0-86f5-bd7ed6221eac",
"last_updated": "2023-09-26T09:22:57.091144-04:00",
"created_at": "2023-09-24T09:13:25.768970-04:00",
"name": "SDG",
"reward": "2.00000",
"odds": "2.05000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/603c7d82-7f42-48af-8127-061d725e1ebe/?format=api"
}
]
}