GET /api/bet_types/8ce8bc85-5378-462a-a248-8c615cdc858d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "8ce8bc85-5378-462a-a248-8c615cdc858d",
"match": "https://api-prod.gambitprofit.com/api/matches/8eaf1972-cd28-4725-a6ce-ff56c71fdbf7/?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": "BAL",
"amount": 5664.0
},
{
"team": "NYY",
"amount": 4336.0
}
],
"expected_reward_tokens": 9062.24,
"profit_sb": 62.24,
"profit_sb_percentage": 0.69,
"recommended": true
},
"lines": [
{
"id": "1a313391-b0e2-42ec-adcb-d5bc6a72f48e",
"gambit_id": "9beb94bb-4d20-49c7-92c3-9e029058e873",
"last_updated": "2022-10-01T09:22:26.499020-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BAL",
"reward": "1.60000",
"odds": "1.68970",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ce8bc85-5378-462a-a248-8c615cdc858d/?format=api"
},
{
"id": "df5fe38c-2306-4521-ba1b-2f5ad4193739",
"gambit_id": "d9b45fbb-3ed6-4d89-8d42-2bce1234c81e",
"last_updated": "2022-10-01T09:22:26.498046-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "NYY",
"reward": "2.09000",
"odds": "2.25000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ce8bc85-5378-462a-a248-8c615cdc858d/?format=api"
}
]
}