GET /api/bet_types/3fcba7a7-1436-48f2-98de-776495ab15ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3fcba7a7-1436-48f2-98de-776495ab15ce",
"match": "https://api-prod.gambitprofit.com/api/matches/bee2d18d-c866-4dcd-8653-893642f572b4/?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": "MIA",
"amount": 5692.0
},
{
"team": "MIL",
"amount": 4308.0
}
],
"expected_reward_tokens": 9391.44,
"profit_sb": 391.44,
"profit_sb_percentage": 4.35,
"recommended": true
},
"lines": [
{
"id": "c6aa769c-ada3-4ac4-8b47-f983c30aeb1e",
"gambit_id": "a373ea1c-c485-4aa6-9966-5d72eb6fb6bb",
"last_updated": "2022-09-30T09:47:08.724816-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIA",
"reward": "1.65000",
"odds": "1.68970",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fcba7a7-1436-48f2-98de-776495ab15ce/?format=api"
},
{
"id": "4c4a360a-3b67-4900-bf75-7fe39f2b3087",
"gambit_id": "2d3e3394-7a7a-406c-ba6b-68ea5df7e6f6",
"last_updated": "2022-09-30T09:47:08.723834-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIL",
"reward": "2.18000",
"odds": "2.25000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fcba7a7-1436-48f2-98de-776495ab15ce/?format=api"
}
]
}