GET /api/bet_types/46c40ab5-ec20-469b-a30d-7b0c44f15d6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "46c40ab5-ec20-469b-a30d-7b0c44f15d6d",
"match": "https://api-prod.gambitprofit.com/api/matches/7a36b850-71f3-404e-9b78-8d4b437cf301/?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": "New Mexico State",
"amount": 5000.0
},
{
"team": "Minnesota",
"amount": 5000.0
}
],
"expected_reward_tokens": 9150.0,
"profit_sb": 150.0,
"profit_sb_percentage": 1.67,
"recommended": true
},
"lines": [
{
"id": "c0aeb53f-7191-4b6c-8cc8-0d51be2b2a91",
"gambit_id": "ff95d1da-503c-47f1-b13a-f2a16291e3e6",
"last_updated": "2022-09-02T09:22:18.330447-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New Mexico State",
"reward": "1.83000",
"odds": "1.90910",
"spread": "36.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46c40ab5-ec20-469b-a30d-7b0c44f15d6d/?format=api"
},
{
"id": "7a6b0090-cd76-4f08-8795-f50485ae8010",
"gambit_id": "f057694e-1ff7-40ea-b546-cf34a01ffca4",
"last_updated": "2022-09-02T09:22:18.329951-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Minnesota",
"reward": "1.83000",
"odds": "1.90910",
"spread": "-36.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46c40ab5-ec20-469b-a30d-7b0c44f15d6d/?format=api"
}
]
}