GET /api/bet_types/d114cc67-e699-4b47-9754-81894be2e7a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d114cc67-e699-4b47-9754-81894be2e7a7",
"match": "https://api-prod.gambitprofit.com/api/matches/57fc80f9-a270-4056-9eaf-56591233ba72/?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": "Iowa State",
"amount": 5097.0
},
{
"team": "Oklahoma State",
"amount": 4903.0
}
],
"expected_reward_tokens": 9021.52,
"profit_sb": 21.52,
"profit_sb_percentage": 0.24,
"recommended": true
},
"lines": [
{
"id": "b74cbb37-09cf-40d4-b8ea-b2a88a482b5d",
"gambit_id": "6980201e-dbcd-4c99-b391-37ebd8321b3a",
"last_updated": "2022-11-14T09:59:01.400810-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Iowa State",
"reward": "1.77000",
"odds": "1.86960",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d114cc67-e699-4b47-9754-81894be2e7a7/?format=api"
},
{
"id": "91c005eb-8ff9-4188-9568-30425768c468",
"gambit_id": "2b5d1969-ec6a-47f9-b02d-10c09dcce6ec",
"last_updated": "2022-11-14T09:59:01.399829-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Oklahoma State",
"reward": "1.84000",
"odds": "1.95240",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d114cc67-e699-4b47-9754-81894be2e7a7/?format=api"
}
]
}