GET /api/bet_types/e0cfca3e-2e5d-4b85-94fe-1a2fb800ff62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0cfca3e-2e5d-4b85-94fe-1a2fb800ff62",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e27202d-44e9-4eca-b0f5-26e32cd0c433/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-17T09:58:18.735032-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": 6935.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "382b6bb4-abdc-483e-9b2a-e9b0d684e1c5",
            "gambit_id": "87359df2-0344-4b3b-843b-6bc8e8478ffe",
            "last_updated": "2023-12-19T10:03:19.461820-05:00",
            "created_at": "2023-12-17T09:58:18.750322-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0cfca3e-2e5d-4b85-94fe-1a2fb800ff62/?format=api"
        },
        {
            "id": "1b117a1b-ce9e-4f05-ae96-316d7580713d",
            "gambit_id": "fc7ea8e4-d204-4a30-a2e9-8df5ff797a0e",
            "last_updated": "2023-12-19T10:03:19.458785-05:00",
            "created_at": "2023-12-17T09:58:18.742207-05:00",
            "name": "San Jose Sharks",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0cfca3e-2e5d-4b85-94fe-1a2fb800ff62/?format=api"
        }
    ]
}