GET /api/bet_types/9d9858c0-5948-4032-9688-77fcafce4fec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9d9858c0-5948-4032-9688-77fcafce4fec",
"match": "https://api-prod.gambitprofit.com/api/matches/40cc915a-1b50-4bcf-adba-b0c5c9061ffa/?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": "LAA",
"amount": 5838.0
},
{
"team": "SEA",
"amount": 4162.0
}
],
"expected_reward_tokens": 9281.26,
"profit_sb": 281.26,
"profit_sb_percentage": 3.13,
"recommended": true
},
"lines": [
{
"id": "eede2ad8-c572-486c-8871-70edf91cf22a",
"gambit_id": "32db09f4-aa20-4efd-b203-1a73c272e993",
"last_updated": "2022-08-08T10:57:08.324440-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "LAA",
"reward": "1.59000",
"odds": "1.64520",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d9858c0-5948-4032-9688-77fcafce4fec/?format=api"
},
{
"id": "b65e9521-17d7-435c-90a9-f14da1fa3934",
"gambit_id": "76fc2cd7-854e-42db-aa13-e5638d2cdabd",
"last_updated": "2022-08-08T10:57:08.324007-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "SEA",
"reward": "2.23000",
"odds": "2.35000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d9858c0-5948-4032-9688-77fcafce4fec/?format=api"
}
]
}