GET /api/bet_types/e64b91e3-ce5b-4820-992f-25863f1ac3c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e64b91e3-ce5b-4820-992f-25863f1ac3c6",
"match": "https://api-prod.gambitprofit.com/api/matches/515c8719-3cb5-417a-99cd-890b330fd3c7/?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": "CHC",
"amount": 5499.0
},
{
"team": "MIL",
"amount": 4501.0
}
],
"expected_reward_tokens": 9182.04,
"profit_sb": 182.04,
"profit_sb_percentage": 2.02,
"recommended": true
},
"lines": [
{
"id": "dc05a997-1bb2-43da-affc-ac07689226ee",
"gambit_id": "3b176cb9-3765-4631-a120-238ff187faf9",
"last_updated": "2022-08-20T11:57:01.650776-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CHC",
"reward": "1.67000",
"odds": "1.74070",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e64b91e3-ce5b-4820-992f-25863f1ac3c6/?format=api"
},
{
"id": "5def8afb-6182-44a8-bb7a-ce0281527945",
"gambit_id": "24e661b1-a646-4071-9c71-8c130a5c0bce",
"last_updated": "2022-08-20T11:57:01.651202-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIL",
"reward": "2.04000",
"odds": "2.15000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e64b91e3-ce5b-4820-992f-25863f1ac3c6/?format=api"
}
]
}