GET /api/bet_types/2f078b9c-a84d-4453-a79f-4141060c07b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f078b9c-a84d-4453-a79f-4141060c07b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdd20dd4-6cdb-4d16-8f6f-35d1ced4a041/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-05T14:19:54.626982-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": "Colorado Avalanche",
                "amount": 6020.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "08a47f2e-1d79-4213-8b34-106cdcd70173",
            "gambit_id": "39c0d0ce-23e8-49c3-a7b1-c53bbc046ad5",
            "last_updated": "2023-03-06T19:12:06.266793-05:00",
            "created_at": "2023-03-05T14:19:54.628108-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f078b9c-a84d-4453-a79f-4141060c07b2/?format=api"
        },
        {
            "id": "ae403460-19f8-4b9a-973e-9d1b2c20c6f6",
            "gambit_id": "b7147a5b-3e5b-432c-ad5f-5a650152ab78",
            "last_updated": "2023-03-06T19:12:06.268203-05:00",
            "created_at": "2023-03-05T14:19:54.629251-05:00",
            "name": "Seattle Kraken",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f078b9c-a84d-4453-a79f-4141060c07b2/?format=api"
        }
    ]
}