GET /api/bet_types/c620a112-0653-4012-b710-b4b794038b7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c620a112-0653-4012-b710-b4b794038b7b",
"match": "https://api-prod.gambitprofit.com/api/matches/9b27f152-a1e9-440a-b1d5-f00beb30a908/?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": "Minnesota",
"amount": 5000.0
},
{
"team": "Michigan State",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "f607383f-377c-4444-a03b-d40cb1b2d5ee",
"gambit_id": "638647c7-830e-4987-a7d2-ee46dde6d733",
"last_updated": "2022-09-25T19:52:04.951944-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Minnesota",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c620a112-0653-4012-b710-b4b794038b7b/?format=api"
},
{
"id": "7a754c80-1769-412f-9681-e6a490909e6f",
"gambit_id": "3b17e3d4-473b-4f3f-be5a-b6b6ff91d43d",
"last_updated": "2022-09-25T19:52:04.952899-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Michigan State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c620a112-0653-4012-b710-b4b794038b7b/?format=api"
}
]
}