GET /api/bet_types/35851cb1-82a2-464e-88fc-a725dec2b22a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "35851cb1-82a2-464e-88fc-a725dec2b22a",
"match": "https://api-prod.gambitprofit.com/api/matches/4cca27cb-e563-452d-a70e-74b8bda293be/?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": "Ottawa Senators",
"amount": 5419.0
},
{
"team": "Toronto Maple Leafs",
"amount": 4581.0
}
],
"expected_reward_tokens": 9482.67,
"profit_sb": -17.33,
"profit_sb_percentage": -0.18,
"recommended": false
},
"lines": [
{
"id": "4f366897-24ff-4270-9e5e-60966ee2c940",
"gambit_id": "370492d4-aeee-4160-9cff-183c737ed995",
"last_updated": "2022-10-17T14:27:40.204045-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Ottawa Senators",
"reward": "1.75000",
"odds": "1.76920",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35851cb1-82a2-464e-88fc-a725dec2b22a/?format=api"
},
{
"id": "f8bc0701-7b63-493d-808b-8f825181e4f3",
"gambit_id": "434b4b27-4b18-4788-9999-9f81e1e27a34",
"last_updated": "2022-10-17T14:27:40.202859-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Toronto Maple Leafs",
"reward": "2.07000",
"odds": "2.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35851cb1-82a2-464e-88fc-a725dec2b22a/?format=api"
}
]
}