GET /api/bet_types/ae97f67c-5703-4103-a756-4d864ad451d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ae97f67c-5703-4103-a756-4d864ad451d7",
"match": "https://api-prod.gambitprofit.com/api/matches/4b6f4a7e-5d03-469e-ace0-58060ad24d5b/?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": "Minnesota Wild",
"amount": 6862.0
},
{
"team": "Boston Bruins",
"amount": 3138.0
}
],
"expected_reward_tokens": 9538.18,
"profit_sb": 38.18,
"profit_sb_percentage": 0.4,
"recommended": true
},
"lines": [
{
"id": "9a854a63-2eed-49f9-a358-019f87580ac5",
"gambit_id": "d01aa149-f7b8-4f2d-846d-ce1af263bfd8",
"last_updated": "2022-10-24T10:22:11.840110-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Minnesota Wild",
"reward": "1.39000",
"odds": "1.40000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae97f67c-5703-4103-a756-4d864ad451d7/?format=api"
},
{
"id": "c2e42ce6-111c-4eee-b84a-4a19f73bdcd7",
"gambit_id": "7df1ddf2-9674-4538-b644-b726162b7c35",
"last_updated": "2022-10-24T10:22:11.838953-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston Bruins",
"reward": "3.04000",
"odds": "3.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae97f67c-5703-4103-a756-4d864ad451d7/?format=api"
}
]
}