GET /api/bet_types/bc2785c4-8cda-401c-bf49-f3d0c73486ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "bc2785c4-8cda-401c-bf49-f3d0c73486ec",
"match": "https://api-prod.gambitprofit.com/api/matches/37904459-360d-4e02-823c-2f7b2d0dc7bc/?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": "Brooklyn Nets",
"amount": 5000.0
},
{
"team": "Portland Trail Blazers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "51522d5e-9c54-4723-be0b-65af60563976",
"gambit_id": "729e7755-259e-42b0-b517-3d987386a778",
"last_updated": "2022-11-28T13:57:14.018085-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Brooklyn Nets",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-8.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc2785c4-8cda-401c-bf49-f3d0c73486ec/?format=api"
},
{
"id": "39e44022-fa22-42c6-a196-5ea3c7645cf0",
"gambit_id": "baaa2391-22a0-47ff-b4f7-09f24e5c4162",
"last_updated": "2022-11-28T13:57:14.019090-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Portland Trail Blazers",
"reward": "1.80000",
"odds": "1.90910",
"spread": "8.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc2785c4-8cda-401c-bf49-f3d0c73486ec/?format=api"
}
]
}