GET /api/bet_types/d0609bd6-dd3d-461a-bb99-76d3c472ee54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d0609bd6-dd3d-461a-bb99-76d3c472ee54",
"match": "https://api-prod.gambitprofit.com/api/matches/eb5dec65-92a6-4110-b0f5-dfa03cf51017/?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": "TEX",
"amount": 5588.0
},
{
"team": "CWS",
"amount": 4412.0
}
],
"expected_reward_tokens": 9220.2,
"profit_sb": 220.2,
"profit_sb_percentage": 2.45,
"recommended": true
},
"lines": [
{
"id": "75e774cb-8197-4d66-bc54-0d7895a742eb",
"gambit_id": "09dd0e4e-6d69-4b80-98f8-e89653336c74",
"last_updated": "2022-08-08T10:57:06.340504-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TEX",
"reward": "1.65000",
"odds": "1.71430",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0609bd6-dd3d-461a-bb99-76d3c472ee54/?format=api"
},
{
"id": "758d74bf-37d4-4541-8f90-ea2981b7b8aa",
"gambit_id": "00b10033-89b8-4582-8605-5bb3a591000e",
"last_updated": "2022-08-08T10:57:06.340919-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CWS",
"reward": "2.09000",
"odds": "2.20000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0609bd6-dd3d-461a-bb99-76d3c472ee54/?format=api"
}
]
}