GET /api/bet_types/baef976e-be55-425a-8109-00c09dc565fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "baef976e-be55-425a-8109-00c09dc565fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/ded2533c-b9fc-4b39-b467-6f18800f5f1e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-28T12:37:00.303583-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": "Seattle Kraken",
                "amount": 5780.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "e2c6ca65-6599-43e3-82fb-f57df5b9690e",
            "gambit_id": "28a97443-3a83-493d-ba59-ab4ddb249f94",
            "last_updated": "2023-03-01T09:47:13.409368-05:00",
            "created_at": "2023-02-28T12:37:00.306154-05:00",
            "name": "Seattle Kraken",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/baef976e-be55-425a-8109-00c09dc565fc/?format=api"
        },
        {
            "id": "e4f94489-48a4-4ae1-985e-c0e6fe44f6c3",
            "gambit_id": "f48d6d08-4b38-47c7-a5e7-cf6afe15c8b9",
            "last_updated": "2023-03-01T09:47:13.408248-05:00",
            "created_at": "2023-02-28T12:37:00.304787-05:00",
            "name": "St Louis Blues",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/baef976e-be55-425a-8109-00c09dc565fc/?format=api"
        }
    ]
}