GET /api/bet_types/345f5a05-e551-4e3d-9fae-556aea5f0684/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "345f5a05-e551-4e3d-9fae-556aea5f0684",
"match": "https://api-prod.gambitprofit.com/api/matches/d6865a99-ba54-4309-9438-17af9e948a49/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-20T08:43:02.475723-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": "SEA",
"amount": 5423.0
},
{
"team": "HOU",
"amount": 4577.0
}
],
"expected_reward_tokens": 9381.79,
"profit_sb": -118.21,
"profit_sb_percentage": -1.24,
"recommended": false
},
"lines": [
{
"id": "0f65e2a7-5849-4341-ab04-367151c359ee",
"gambit_id": "a6fca82a-b395-4b0e-a0c6-6f80c2abc512",
"last_updated": "2023-08-21T19:43:20.703128-04:00",
"created_at": "2023-08-20T08:43:02.480751-04:00",
"name": "SEA",
"reward": "1.73000",
"odds": "1.76920",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/345f5a05-e551-4e3d-9fae-556aea5f0684/?format=api"
},
{
"id": "cd86fe45-ec08-4d8e-aa8a-cf03d138744c",
"gambit_id": "acf30681-ea9e-4ab9-9785-d1204c641fed",
"last_updated": "2023-08-21T19:43:20.706329-04:00",
"created_at": "2023-08-20T08:43:02.485445-04:00",
"name": "HOU",
"reward": "2.05000",
"odds": "2.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/345f5a05-e551-4e3d-9fae-556aea5f0684/?format=api"
}
]
}