GET /api/bet_types/8f0516ae-c3b8-4df3-bcf3-45faf5084c1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f0516ae-c3b8-4df3-bcf3-45faf5084c1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/35ca3e6e-0df1-4ca4-b77f-de66f09be2a2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-13T09:17:59.794141-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": 5788.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ac87c2f-9961-44a0-a8ff-cf41d9ca07ac",
            "gambit_id": "0930b8cb-cda8-4998-9e14-f76de6f09d4c",
            "last_updated": "2023-11-14T10:13:18.347715-05:00",
            "created_at": "2023-11-13T09:17:59.801364-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f0516ae-c3b8-4df3-bcf3-45faf5084c1c/?format=api"
        },
        {
            "id": "12cdcba6-ab1c-410d-a494-e675ed34460c",
            "gambit_id": "ff11ee7a-311d-4ee0-b519-519f687ae7d9",
            "last_updated": "2023-11-14T10:13:18.351076-05:00",
            "created_at": "2023-11-13T09:17:59.805445-05:00",
            "name": "Seattle Kraken",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f0516ae-c3b8-4df3-bcf3-45faf5084c1c/?format=api"
        }
    ]
}