GET /api/bet_types/f9c29978-56f4-43b3-b92a-27e79b6539d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f9c29978-56f4-43b3-b92a-27e79b6539d7",
"match": "https://api-prod.gambitprofit.com/api/matches/15c57061-4852-4192-9c2b-abe43f085916/?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": "WAS",
"amount": 5753.0
},
{
"team": "MIA",
"amount": 4247.0
}
],
"expected_reward_tokens": 9088.58,
"profit_sb": 88.58,
"profit_sb_percentage": 0.98,
"recommended": true
},
"lines": [
{
"id": "16d2f30e-ea38-484d-8b41-a18bf5c1a939",
"gambit_id": "e9bb7361-e7f9-491f-b560-ddc20a8d04b1",
"last_updated": "2022-09-17T17:17:25.765713-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "WAS",
"reward": "1.58000",
"odds": "1.66670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9c29978-56f4-43b3-b92a-27e79b6539d7/?format=api"
},
{
"id": "bdf8831e-71ac-4751-9242-6b1a8509bd9c",
"gambit_id": "cf948052-9b7e-4334-808c-6633b140e75b",
"last_updated": "2022-09-17T17:17:25.764542-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIA",
"reward": "2.14000",
"odds": "2.30000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9c29978-56f4-43b3-b92a-27e79b6539d7/?format=api"
}
]
}