GET /api/bet_types/12b2ef95-ed84-4017-b4ad-5fe35d296f0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "12b2ef95-ed84-4017-b4ad-5fe35d296f0a",
"match": "https://api-prod.gambitprofit.com/api/matches/62158619-f28a-4b15-9b2c-2666d4272bea/?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": "Green Bay Packers",
"amount": 5208.0
},
{
"team": "Tennessee Titans",
"amount": 4792.0
}
],
"expected_reward_tokens": 9008.96,
"profit_sb": 8.96,
"profit_sb_percentage": 0.1,
"recommended": true
},
"lines": [
{
"id": "60879679-4678-4cf9-9990-27e6c4001a0c",
"gambit_id": "cb2bca3c-4189-47c7-9019-a73304894537",
"last_updated": "2022-11-18T10:03:02.866097-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Green Bay Packers",
"reward": "1.73000",
"odds": "1.83330",
"spread": "-3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12b2ef95-ed84-4017-b4ad-5fe35d296f0a/?format=api"
},
{
"id": "aee69399-5c03-4bcf-a6b6-28846dcd4df4",
"gambit_id": "dc6a6b75-3d7a-43c2-89da-1cc8690b30b4",
"last_updated": "2022-11-18T10:03:02.867077-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tennessee Titans",
"reward": "1.88000",
"odds": "2.00000",
"spread": "3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12b2ef95-ed84-4017-b4ad-5fe35d296f0a/?format=api"
}
]
}