GET /api/bet_types/ff7b5cc0-eb6a-4f6d-9c60-b48ac28a6a20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff7b5cc0-eb6a-4f6d-9c60-b48ac28a6a20",
    "match": "https://api-prod.gambitprofit.com/api/matches/0029808c-5845-4ddf-acc6-81f4c21a41f4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:08:20.623874-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": 6169.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3831.0
            }
        ],
        "expected_reward_tokens": 9500.26,
        "profit_sb": 0.26,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "bddea9f1-70c1-4c6c-b3bf-2fb89180a297",
            "gambit_id": "873a6af0-64f8-4337-8e85-173bec6c7ed9",
            "last_updated": "2023-11-23T17:38:22.732826-05:00",
            "created_at": "2023-11-22T09:08:20.635361-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff7b5cc0-eb6a-4f6d-9c60-b48ac28a6a20/?format=api"
        },
        {
            "id": "cb589d72-6e2f-4e23-a7e5-f2da69652c98",
            "gambit_id": "50e70661-ec14-467d-97c0-d028e57bd2a4",
            "last_updated": "2023-11-23T17:38:22.729146-05:00",
            "created_at": "2023-11-22T09:08:20.628052-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff7b5cc0-eb6a-4f6d-9c60-b48ac28a6a20/?format=api"
        }
    ]
}