GET /api/bet_types/c42909ea-fb64-4b83-9256-c3c6895ac669/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c42909ea-fb64-4b83-9256-c3c6895ac669",
"match": "https://api-prod.gambitprofit.com/api/matches/acb26410-0bfc-441c-87ec-4dcbe5771870/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-03T09:56:53.102054-04: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": "KAN",
"amount": 5699.0
},
{
"team": "TOR",
"amount": 4301.0
}
],
"expected_reward_tokens": 9460.34,
"profit_sb": -39.66,
"profit_sb_percentage": -0.42,
"recommended": false
},
"lines": [
{
"id": "7451cc94-a9ed-45eb-b61f-023e47835364",
"gambit_id": "af5635ef-c95c-4cf7-8123-3341b3b7afa8",
"last_updated": "2023-04-04T19:27:06.290150-04:00",
"created_at": "2023-04-03T09:56:53.103743-04:00",
"name": "KAN",
"reward": "1.66000",
"odds": "1.68970",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c42909ea-fb64-4b83-9256-c3c6895ac669/?format=api"
},
{
"id": "4179914a-2a45-42bb-9182-2e1e83cea9e4",
"gambit_id": "6c2b5fd5-f04c-4fbb-b587-44264462b3a1",
"last_updated": "2023-04-04T19:27:06.291400-04:00",
"created_at": "2023-04-03T09:56:53.105515-04:00",
"name": "TOR",
"reward": "2.20000",
"odds": "2.25000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c42909ea-fb64-4b83-9256-c3c6895ac669/?format=api"
}
]
}