GET /api/bet_types/32c35047-8ff5-48a8-9084-9a6003104911/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "32c35047-8ff5-48a8-9084-9a6003104911",
"match": "https://api-prod.gambitprofit.com/api/matches/da3ea905-2b66-438b-91bc-cc7ca8963160/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-10T10:03:09.826011-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": "ARI",
"amount": 6010.0
},
{
"team": "CHC",
"amount": 3990.0
}
],
"expected_reward_tokens": 9495.8,
"profit_sb": -4.2,
"profit_sb_percentage": -0.04,
"recommended": false
},
"lines": [
{
"id": "c8fa224c-49af-41fb-807f-c2f84a2d9913",
"gambit_id": "ab591bc5-450d-4971-bca1-872645fa3cee",
"last_updated": "2023-09-17T12:17:56.073438-04:00",
"created_at": "2023-09-10T10:03:09.830465-04:00",
"name": "ARI",
"reward": "1.58000",
"odds": "1.60610",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32c35047-8ff5-48a8-9084-9a6003104911/?format=api"
},
{
"id": "f6a69acb-0d15-40b5-9ace-fad17448ce77",
"gambit_id": "88e28f04-dd55-4a5b-bacb-62afca9a7341",
"last_updated": "2023-09-17T12:17:56.083236-04:00",
"created_at": "2023-09-10T10:03:09.834500-04:00",
"name": "CHC",
"reward": "2.38000",
"odds": "2.45000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32c35047-8ff5-48a8-9084-9a6003104911/?format=api"
}
]
}