GET /api/bet_types/c72aa8e2-09b4-4acc-9ef5-8f87741da721/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c72aa8e2-09b4-4acc-9ef5-8f87741da721",
"match": "https://api-prod.gambitprofit.com/api/matches/723f45d0-ebc4-496e-9d97-a30806be0995/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-28T10:06:59.393398-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": "New York Rangers",
"amount": 5867.0
},
{
"team": "Columbus Blue Jackets",
"amount": 4133.0
}
],
"expected_reward_tokens": 9504.54,
"profit_sb": 4.54,
"profit_sb_percentage": 0.05,
"recommended": true
},
"lines": [
{
"id": "1cfcc780-22a0-4172-a11a-ef03982814c9",
"gambit_id": "d66a69ba-c2de-4714-98bc-62cc53e0f457",
"last_updated": "2023-03-29T13:36:54.944483-04:00",
"created_at": "2023-03-28T10:06:59.395050-04:00",
"name": "New York Rangers",
"reward": "1.62000",
"odds": "1.64520",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c72aa8e2-09b4-4acc-9ef5-8f87741da721/?format=api"
},
{
"id": "2556cdfd-a643-4870-896e-5c179051e16e",
"gambit_id": "f83a0b63-c16f-45ad-9f67-ee5668425de0",
"last_updated": "2023-03-29T13:36:54.946451-04:00",
"created_at": "2023-03-28T10:06:59.396659-04:00",
"name": "Columbus Blue Jackets",
"reward": "2.30000",
"odds": "2.35000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c72aa8e2-09b4-4acc-9ef5-8f87741da721/?format=api"
}
]
}