GET /api/bet_types/3d402f41-5379-492d-807c-ceceef060f4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3d402f41-5379-492d-807c-ceceef060f4e",
"match": "https://api-prod.gambitprofit.com/api/matches/a26698d7-a460-428f-842a-5c6face52649/?format=api",
"name": "Play the Odds",
"created_at": "2023-07-29T08:08:08.234473-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": "NYY",
"amount": 6390.0
},
{
"team": "BAL",
"amount": 3610.0
}
],
"expected_reward_tokens": 9457.2,
"profit_sb": -42.8,
"profit_sb_percentage": -0.45,
"recommended": false
},
"lines": [
{
"id": "3c745535-e01c-4b53-8755-0fbeb6612d41",
"gambit_id": "4d4258ee-720b-482f-9927-490f97cb60ee",
"last_updated": "2023-07-31T13:03:21.403275-04:00",
"created_at": "2023-07-29T08:08:08.238532-04:00",
"name": "NYY",
"reward": "1.48000",
"odds": "1.50000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d402f41-5379-492d-807c-ceceef060f4e/?format=api"
},
{
"id": "dd1a9e68-f4f0-4fa7-9890-7a8e2e02f0d7",
"gambit_id": "152ec180-6530-4af4-b51d-f872ed8e8240",
"last_updated": "2023-07-31T13:03:21.407054-04:00",
"created_at": "2023-07-29T08:08:08.242929-04:00",
"name": "BAL",
"reward": "2.62000",
"odds": "2.70000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d402f41-5379-492d-807c-ceceef060f4e/?format=api"
}
]
}