GET /api/bet_types/f311a12e-e800-4b79-af92-d57f846fd486/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f311a12e-e800-4b79-af92-d57f846fd486",
"match": "https://api-prod.gambitprofit.com/api/matches/6652f7ff-96ac-4132-ade4-f5bc2979b6fe/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-13T09:32:17.842358-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": "Boston Bruins",
"amount": 5423.0
},
{
"team": "Montreal Canadiens",
"amount": 4577.0
}
],
"expected_reward_tokens": 9381.79,
"profit_sb": -118.21,
"profit_sb_percentage": -1.24,
"recommended": false
},
"lines": [
{
"id": "ad65c03a-ebcc-4888-9cb3-a161179cb367",
"gambit_id": "aa1cf82f-c842-423e-99ce-8836c2c69012",
"last_updated": "2023-04-14T12:02:21.663581-04:00",
"created_at": "2023-04-13T09:32:17.845112-04:00",
"name": "Boston Bruins",
"reward": "1.73000",
"odds": "1.76920",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f311a12e-e800-4b79-af92-d57f846fd486/?format=api"
},
{
"id": "ef37ef4a-2bce-47df-ba0f-1546edf1d48b",
"gambit_id": "dc5b6cb3-3978-464d-938d-1a6b4fdcc516",
"last_updated": "2023-04-14T12:02:21.661619-04:00",
"created_at": "2023-04-13T09:32:17.843750-04:00",
"name": "Montreal Canadiens",
"reward": "2.05000",
"odds": "2.10000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f311a12e-e800-4b79-af92-d57f846fd486/?format=api"
}
]
}