GET /api/bet_types/df680252-f931-4c58-8575-440887fdcbea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df680252-f931-4c58-8575-440887fdcbea",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8d89bfe-e99c-4a12-be7e-2abedbd79ce8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-10T09:58:02.124951-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": "Nashville Predators",
                "amount": 5939.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "5dcb8b99-550b-4c0f-84d5-6c2d647252c2",
            "gambit_id": "036d9126-3c45-4ded-be3e-1c6d0a236156",
            "last_updated": "2023-12-12T10:28:16.548050-05:00",
            "created_at": "2023-12-10T09:58:02.130713-05:00",
            "name": "Nashville Predators",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df680252-f931-4c58-8575-440887fdcbea/?format=api"
        },
        {
            "id": "c9a11848-e23e-489f-9edc-86813d19ce11",
            "gambit_id": "c82fbc11-24df-4e84-ac89-82f6f7cf93b5",
            "last_updated": "2023-12-12T10:28:16.551416-05:00",
            "created_at": "2023-12-10T09:58:02.136671-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df680252-f931-4c58-8575-440887fdcbea/?format=api"
        }
    ]
}