GET /api/bet_types/f1fa3058-bea8-4bc7-8e14-9abd0d3015cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1fa3058-bea8-4bc7-8e14-9abd0d3015cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/bef97fa6-dff8-4e25-bfec-27636482e1e1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:08:20.354192-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": 7191.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2809.0
            }
        ],
        "expected_reward_tokens": 9492.12,
        "profit_sb": -7.88,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "033387d6-bae5-4971-90b1-c82e95b84562",
            "gambit_id": "4f86e3f8-bc97-4217-b605-b4271e636263",
            "last_updated": "2023-11-23T17:38:26.105521-05:00",
            "created_at": "2023-11-22T09:08:20.357818-05:00",
            "name": "Seattle Kraken",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1fa3058-bea8-4bc7-8e14-9abd0d3015cd/?format=api"
        },
        {
            "id": "08de6328-0fb3-4f91-ad6a-77ee9fd3dab1",
            "gambit_id": "847c3327-cd7c-4cbb-af10-6c5df0d337e1",
            "last_updated": "2023-11-23T17:38:26.108940-05:00",
            "created_at": "2023-11-22T09:08:20.361570-05:00",
            "name": "San Jose Sharks",
            "reward": "3.38000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1fa3058-bea8-4bc7-8e14-9abd0d3015cd/?format=api"
        }
    ]
}