GET /api/bet_types/cef824c9-a239-45e2-b78d-68f1dfc02354/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "cef824c9-a239-45e2-b78d-68f1dfc02354",
"match": "https://api-prod.gambitprofit.com/api/matches/a133f45c-a27d-4e64-8095-724a1a209cbb/?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": "Chicago Bulls",
"amount": 5000.0
},
{
"team": "Boston Celtics",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "d255dacd-6603-417b-a98a-4ed9dbd84f8f",
"gambit_id": "b273bea6-a5bc-42c5-a2a9-4cca2746da92",
"last_updated": "2022-11-22T09:57:26.028676-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Chicago Bulls",
"reward": "1.80000",
"odds": "1.90910",
"spread": "6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cef824c9-a239-45e2-b78d-68f1dfc02354/?format=api"
},
{
"id": "a36ea8aa-f596-40c7-b057-b75814cf885e",
"gambit_id": "f7885cc9-a063-4802-9842-f6b11934a770",
"last_updated": "2022-11-22T09:57:26.029814-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston Celtics",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-6.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cef824c9-a239-45e2-b78d-68f1dfc02354/?format=api"
}
]
}