GET /api/bet_types/45a49650-edd7-407e-83bc-88b52ddc0561/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "45a49650-edd7-407e-83bc-88b52ddc0561",
"match": "https://api-prod.gambitprofit.com/api/matches/a83e6fef-7376-416e-bee3-537a8342de3b/?format=api",
"name": "Pick the Winner",
"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": "Dallas Stars",
"amount": 5208.0
},
{
"team": "Winnipeg Jets",
"amount": 4792.0
}
],
"expected_reward_tokens": 9008.96,
"profit_sb": 8.96,
"profit_sb_percentage": 0.1,
"recommended": true
},
"lines": [
{
"id": "b62f265e-302e-44ba-a640-2ccdadbc24d2",
"gambit_id": "debafd1d-5c2a-4b16-8b64-f1a9a24345ef",
"last_updated": "2022-11-09T09:37:27.846939-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Dallas Stars",
"reward": "1.73000",
"odds": "1.83330",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45a49650-edd7-407e-83bc-88b52ddc0561/?format=api"
},
{
"id": "42418175-e183-43e2-a5c8-03edcc52a0f2",
"gambit_id": "f09235e6-786b-4da1-9567-bbc3ef83c0cc",
"last_updated": "2022-11-09T09:37:27.847935-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Winnipeg Jets",
"reward": "1.88000",
"odds": "2.00000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45a49650-edd7-407e-83bc-88b52ddc0561/?format=api"
}
]
}