GET /api/bet_types/2c54aacd-e3dc-4917-990d-8e386ec37dbb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2c54aacd-e3dc-4917-990d-8e386ec37dbb",
"match": "https://api-prod.gambitprofit.com/api/matches/fba6773a-30f1-44cc-a733-b3c2a5e5b091/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-26T08:58:23.549093-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": "HOU",
"amount": 6324.0
},
{
"team": "SEA",
"amount": 3676.0
}
],
"expected_reward_tokens": 9484.08,
"profit_sb": -15.92,
"profit_sb_percentage": -0.17,
"recommended": false
},
"lines": [
{
"id": "61e74b08-f1ca-474d-949b-bc2a34520180",
"gambit_id": "60734084-199a-4672-bd0b-496297dff248",
"last_updated": "2023-09-27T18:33:06.386903-04:00",
"created_at": "2023-09-26T08:58:23.553076-04:00",
"name": "HOU",
"reward": "1.50000",
"odds": "1.52630",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c54aacd-e3dc-4917-990d-8e386ec37dbb/?format=api"
},
{
"id": "654327f6-10e6-4dfb-bddd-e50993927d2f",
"gambit_id": "590acb3a-5cbc-44c2-9e2f-b0935106470c",
"last_updated": "2023-09-27T18:33:06.392099-04:00",
"created_at": "2023-09-26T08:58:23.556809-04:00",
"name": "SEA",
"reward": "2.58000",
"odds": "2.65000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c54aacd-e3dc-4917-990d-8e386ec37dbb/?format=api"
}
]
}