GET /api/bet_types/6ed80948-66e4-438d-ade2-28ee6c8e89dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6ed80948-66e4-438d-ade2-28ee6c8e89dd",
"match": "https://api-prod.gambitprofit.com/api/matches/3ea3e72a-00d4-40bd-9fce-75f63fd00d5a/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-30T08:18:15.273722-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": "NYM",
"amount": 5319.0
},
{
"team": "TEX",
"amount": 4681.0
}
],
"expected_reward_tokens": 9361.44,
"profit_sb": -138.56,
"profit_sb_percentage": -1.46,
"recommended": false
},
"lines": [
{
"id": "4cd91b29-98ca-46aa-a13d-f8251606d7bf",
"gambit_id": "8dde1e5c-8392-44ef-905e-d261bec127df",
"last_updated": "2023-08-31T19:23:23.550711-04:00",
"created_at": "2023-08-30T08:18:15.282200-04:00",
"name": "NYM",
"reward": "1.76000",
"odds": "1.80000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed80948-66e4-438d-ade2-28ee6c8e89dd/?format=api"
},
{
"id": "deb083ea-1f04-421e-bfe3-e19f3c23b46f",
"gambit_id": "4dc38ed6-9bea-41ab-a7f3-962a6546ec16",
"last_updated": "2023-08-31T19:23:23.547430-04:00",
"created_at": "2023-08-30T08:18:15.278014-04:00",
"name": "TEX",
"reward": "2.00000",
"odds": "2.05000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed80948-66e4-438d-ade2-28ee6c8e89dd/?format=api"
}
]
}