GET /api/bet_types/b4ba9505-9b77-46c5-84db-661dfd43a46d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b4ba9505-9b77-46c5-84db-661dfd43a46d",
"match": "https://api-prod.gambitprofit.com/api/matches/6811a8c2-b418-4bd0-b7ac-b583c93eeaf9/?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": "Fresno State",
"amount": 5000.0
},
{
"team": "Nevada",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "f4a63bc4-26f7-4786-911c-dabc339e1323",
"gambit_id": "21bdf757-df41-4096-8d46-022237b980f6",
"last_updated": "2022-11-21T09:43:44.553161-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Fresno State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-22.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4ba9505-9b77-46c5-84db-661dfd43a46d/?format=api"
},
{
"id": "f8eb76f3-823f-4cde-8c21-65d24a3ac71e",
"gambit_id": "68057562-45c6-44ca-b5f5-a62575fd2e36",
"last_updated": "2022-11-21T09:43:44.552130-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Nevada",
"reward": "1.80000",
"odds": "1.90910",
"spread": "22.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4ba9505-9b77-46c5-84db-661dfd43a46d/?format=api"
}
]
}