GET /api/bet_types/ab03e911-6ca9-4afc-b666-62db4876d69a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ab03e911-6ca9-4afc-b666-62db4876d69a",
"match": "https://api-prod.gambitprofit.com/api/matches/4b79f81b-0141-4e2c-80b6-e89f7ff6f773/?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 Mavericks",
"amount": 5571.0
},
{
"team": "Cleveland Cavaliers",
"amount": 4429.0
}
],
"expected_reward_tokens": 9079.45,
"profit_sb": 79.45,
"profit_sb_percentage": 0.88,
"recommended": true
},
"lines": [
{
"id": "31479c5c-a4e2-4417-b3f1-13614573746e",
"gambit_id": "ced3b66c-7c10-43cf-aa00-fff60896c207",
"last_updated": "2022-12-15T10:41:58.133513-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Dallas Mavericks",
"reward": "1.63000",
"odds": "1.71430",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab03e911-6ca9-4afc-b666-62db4876d69a/?format=api"
},
{
"id": "a109c9be-5fca-4de4-8ab2-96251ca39e1f",
"gambit_id": "38710524-2a96-491a-b374-f2e8b96752fe",
"last_updated": "2022-12-15T10:41:58.134615-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Cleveland Cavaliers",
"reward": "2.05000",
"odds": "2.20000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab03e911-6ca9-4afc-b666-62db4876d69a/?format=api"
}
]
}