GET /api/bet_types/95b8147b-06d4-4a7e-ac43-b51b1e901e6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "95b8147b-06d4-4a7e-ac43-b51b1e901e6d",
"match": "https://api-prod.gambitprofit.com/api/matches/cd161526-9ac0-4a1c-a145-5c73e52194ed/?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": "Boston Bruins",
"amount": 5304.0
},
{
"team": "Philadelphia Flyers",
"amount": 4696.0
}
],
"expected_reward_tokens": 9016.32,
"profit_sb": 16.32,
"profit_sb_percentage": 0.18,
"recommended": true
},
"lines": [
{
"id": "2768c9cc-c969-4016-ac87-d401d2d5cc98",
"gambit_id": "0d93deaf-3543-408b-9bae-607c9d6b3f76",
"last_updated": "2022-11-18T09:57:54.078460-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston Bruins",
"reward": "1.70000",
"odds": "1.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95b8147b-06d4-4a7e-ac43-b51b1e901e6d/?format=api"
},
{
"id": "5db854c9-fb5e-4ede-9087-7a88788bcfcc",
"gambit_id": "7b7cf574-f06e-4030-8c2f-7e7266edd6b0",
"last_updated": "2022-11-18T09:57:54.079412-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Philadelphia Flyers",
"reward": "1.92000",
"odds": "2.05000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95b8147b-06d4-4a7e-ac43-b51b1e901e6d/?format=api"
}
]
}