GET /api/bet_types/15d1e924-77df-4178-88d9-7a1b821f97a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "15d1e924-77df-4178-88d9-7a1b821f97a9",
"match": "https://api-prod.gambitprofit.com/api/matches/2e141bfe-7e34-48fd-b2d3-9181519b3f1f/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-11T11:43:25.191350-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": "San Francisco 49ers",
"amount": 5107.0
},
{
"team": "Las Vegas Raiders",
"amount": 4893.0
}
],
"expected_reward_tokens": 9345.63,
"profit_sb": -154.37,
"profit_sb_percentage": -1.62,
"recommended": false
},
"lines": [
{
"id": "398c8466-fa9a-4f3f-a626-b6ed49543dca",
"gambit_id": "7e4bd8c4-eb45-4916-aa0f-52dc4939d5fd",
"last_updated": "2023-08-14T18:58:07.033466-04:00",
"created_at": "2023-08-11T11:43:25.195144-04:00",
"name": "San Francisco 49ers",
"reward": "1.83000",
"odds": "1.86960",
"spread": "-4.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15d1e924-77df-4178-88d9-7a1b821f97a9/?format=api"
},
{
"id": "9d4ef1a4-e619-41dc-b756-5bdd2c117b73",
"gambit_id": "4f618c25-da41-4655-9142-e1fc71b010d6",
"last_updated": "2023-08-14T18:58:07.037808-04:00",
"created_at": "2023-08-11T11:43:25.199045-04:00",
"name": "Las Vegas Raiders",
"reward": "1.91000",
"odds": "1.95240",
"spread": "4.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15d1e924-77df-4178-88d9-7a1b821f97a9/?format=api"
}
]
}