GET /api/bet_types/02008aa0-52b1-45fc-8837-243c105f51c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02008aa0-52b1-45fc-8837-243c105f51c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/415c2c84-c854-4211-9539-e1a2f372e52a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-14T09:28:04.028208-04: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": "Seattle Kraken",
                "amount": 5094.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "db41a75d-0712-4cb5-96b7-8414cb73cb20",
            "gambit_id": "2b8e330f-a080-4876-bad4-fe30554635c4",
            "last_updated": "2023-10-16T18:03:30.741233-04:00",
            "created_at": "2023-10-14T09:28:04.032883-04:00",
            "name": "Seattle Kraken",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02008aa0-52b1-45fc-8837-243c105f51c5/?format=api"
        },
        {
            "id": "c979d173-56bc-441b-b5e8-76fc7574c393",
            "gambit_id": "50a7390a-5810-4b94-a546-0947c2b5c39a",
            "last_updated": "2023-10-16T18:03:30.744584-04:00",
            "created_at": "2023-10-14T09:28:04.056597-04:00",
            "name": "St Louis Blues",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02008aa0-52b1-45fc-8837-243c105f51c5/?format=api"
        }
    ]
}