GET /api/bet_types/00cd0cc3-63e9-4a78-a196-16cfaa55c061/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00cd0cc3-63e9-4a78-a196-16cfaa55c061",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d5b3f18-782c-40dc-aab5-24689ca5cfe6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-15T10:23:22.806031-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": "Florida Panthers",
                "amount": 7638.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2362.0
            }
        ],
        "expected_reward_tokens": 9471.12,
        "profit_sb": -28.88,
        "profit_sb_percentage": -0.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "9464e9ef-ffa7-426f-9e22-3ae4f63dddb3",
            "gambit_id": "18005b1c-b370-424e-bf4b-64e27aaaedc1",
            "last_updated": "2024-01-17T22:28:11.751275-05:00",
            "created_at": "2024-01-15T10:23:22.815124-05:00",
            "name": "Florida Panthers",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00cd0cc3-63e9-4a78-a196-16cfaa55c061/?format=api"
        },
        {
            "id": "66bbe832-162e-49b7-8af6-7b8df08ac5a3",
            "gambit_id": "e988081a-26a1-43e6-ba3a-2f91e8aa9681",
            "last_updated": "2024-01-17T22:28:11.747802-05:00",
            "created_at": "2024-01-15T10:23:22.810821-05:00",
            "name": "Anaheim Ducks",
            "reward": "4.01000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00cd0cc3-63e9-4a78-a196-16cfaa55c061/?format=api"
        }
    ]
}