GET /api/bet_types/2e912712-13ef-4718-b525-dfbeb4ca21df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2e912712-13ef-4718-b525-dfbeb4ca21df",
"match": "https://api-prod.gambitprofit.com/api/matches/b36ad664-bd4e-408d-89a3-35507d3f0e48/?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": "MIN",
"amount": 5204.0
},
{
"team": "LOS",
"amount": 4796.0
}
],
"expected_reward_tokens": 9159.04,
"profit_sb": 159.04,
"profit_sb_percentage": 1.77,
"recommended": true
},
"lines": [
{
"id": "23667419-4d64-4af2-9853-4aaca11bd6c8",
"gambit_id": "620de1b1-622c-439a-b6e2-a87876a9d48a",
"last_updated": "2022-08-11T09:37:09.819428-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIN",
"reward": "1.76000",
"odds": "1.83330",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e912712-13ef-4718-b525-dfbeb4ca21df/?format=api"
},
{
"id": "b4969a21-88f7-4eb0-b69f-5870ebc75727",
"gambit_id": "777b7507-9ada-4c2b-8aed-aae1db4b2638",
"last_updated": "2022-08-11T09:37:09.818998-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "LOS",
"reward": "1.91000",
"odds": "2.00000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e912712-13ef-4718-b525-dfbeb4ca21df/?format=api"
}
]
}