GET /api/bet_types/5680c660-cf89-4d73-b0fe-8c201e3b1590/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5680c660-cf89-4d73-b0fe-8c201e3b1590",
"match": "https://api-prod.gambitprofit.com/api/matches/e839376e-fb13-41e2-a27a-5def0e5a6d89/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-23T12:41:48.362425-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": 6020.0
},
{
"team": "STL",
"amount": 3980.0
}
],
"expected_reward_tokens": 9511.6,
"profit_sb": 11.6,
"profit_sb_percentage": 0.12,
"recommended": true
},
"lines": [
{
"id": "98023d13-9e99-4e49-b59f-c189d3dcf183",
"gambit_id": "b81d4eeb-087a-42b8-900c-a33145601bf9",
"last_updated": "2023-04-24T13:02:13.855134-04:00",
"created_at": "2023-04-23T12:41:48.364360-04:00",
"name": "SEA",
"reward": "1.58000",
"odds": "1.60610",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5680c660-cf89-4d73-b0fe-8c201e3b1590/?format=api"
},
{
"id": "f7c8f76e-b2bc-474f-9413-bac55e63b0c2",
"gambit_id": "56b5ef06-b148-42bf-b976-4f562092e11d",
"last_updated": "2023-04-24T13:02:13.857359-04:00",
"created_at": "2023-04-23T12:41:48.366313-04:00",
"name": "STL",
"reward": "2.39000",
"odds": "2.45000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5680c660-cf89-4d73-b0fe-8c201e3b1590/?format=api"
}
]
}