GET /api/bet_types/95bbf6d2-6a45-4eb5-9b28-03d4cd586045/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95bbf6d2-6a45-4eb5-9b28-03d4cd586045",
    "match": "https://api-prod.gambitprofit.com/api/matches/f27af7f6-1867-49ad-bb4e-888f0112af5f/?format=api",
    "name": "Pick the Winner",
    "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": "Anaheim Ducks",
                "amount": 5106.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "c293576c-94f0-4d4f-9164-3d34a1cfc781",
            "gambit_id": "e4f1c431-fabb-47b1-af0f-170d29a75138",
            "last_updated": "2022-10-13T09:47:22.366800-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95bbf6d2-6a45-4eb5-9b28-03d4cd586045/?format=api"
        },
        {
            "id": "4c82b03f-c3f8-406d-bec9-2e06d3d047fd",
            "gambit_id": "24762502-396e-4391-b161-391d69a0b13f",
            "last_updated": "2022-10-13T09:47:22.367795-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95bbf6d2-6a45-4eb5-9b28-03d4cd586045/?format=api"
        }
    ]
}