GET /api/bet_types/b0124f2a-3419-4754-9f3b-d747161b7bbb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b0124f2a-3419-4754-9f3b-d747161b7bbb",
"match": "https://api-prod.gambitprofit.com/api/matches/d5bfe3ff-1a28-450d-ba06-20c5f8f5527e/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-07T11:31:53.863692-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": "BAL",
"amount": 5867.0
},
{
"team": "NYY",
"amount": 4133.0
}
],
"expected_reward_tokens": 9504.54,
"profit_sb": 4.54,
"profit_sb_percentage": 0.05,
"recommended": true
},
"lines": [
{
"id": "b54a7482-a1d2-4ee1-82bb-697a8c9c8697",
"gambit_id": "e0cc086b-6025-4575-a186-f5b6e9696702",
"last_updated": "2023-04-08T15:51:52.975378-04:00",
"created_at": "2023-04-07T11:31:53.865152-04:00",
"name": "BAL",
"reward": "1.62000",
"odds": "1.64520",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0124f2a-3419-4754-9f3b-d747161b7bbb/?format=api"
},
{
"id": "9cbfacae-6ebf-4c9f-ae86-1d5710118244",
"gambit_id": "9e1df7bd-3bc9-4c28-994c-1df63e1abd25",
"last_updated": "2023-04-08T15:51:52.977687-04:00",
"created_at": "2023-04-07T11:31:53.866768-04:00",
"name": "NYY",
"reward": "2.30000",
"odds": "2.35000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0124f2a-3419-4754-9f3b-d747161b7bbb/?format=api"
}
]
}