GET /api/bet_types/b76c4e7e-df09-44ea-80d2-4774f46906d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b76c4e7e-df09-44ea-80d2-4774f46906d4",
"match": "https://api-prod.gambitprofit.com/api/matches/da28c87d-8e2a-4dc0-a6e4-055570863f05/?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": "Memphis Grizzlies",
"amount": 5000.0
},
{
"team": "Charlotte Hornets",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "ea6408b7-5eda-4a0b-be6d-963c69806c98",
"gambit_id": "85bbcf87-a287-44c8-b60f-a1be5cd6cbec",
"last_updated": "2022-11-05T09:28:15.113072-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Memphis Grizzlies",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-11.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b76c4e7e-df09-44ea-80d2-4774f46906d4/?format=api"
},
{
"id": "173cc07f-24e6-42e9-b06c-d263b0d46648",
"gambit_id": "44038648-16ed-40d9-8a24-56c96ee694b1",
"last_updated": "2022-11-05T09:28:15.114031-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Charlotte Hornets",
"reward": "1.80000",
"odds": "1.90910",
"spread": "11.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b76c4e7e-df09-44ea-80d2-4774f46906d4/?format=api"
}
]
}