GET /api/bet_types/0eb9ad20-2fa5-4b09-a79f-097d4273717d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0eb9ad20-2fa5-4b09-a79f-097d4273717d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e693c5b-3489-4223-9cb8-c66ec72a8806/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-19T09:28:03.819326-04: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": "CWS (J Scholtens)",
                "amount": 5170.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 4830.0
            }
        ],
        "expected_reward_tokens": 9563.4,
        "profit_sb": 63.4,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff62a6fc-1618-487c-b075-fbefac669616",
            "gambit_id": "5e3dc652-e266-4941-b318-e4ffb5862b37",
            "last_updated": "2023-08-21T10:38:12.735050-04:00",
            "created_at": "2023-08-19T09:28:03.823125-04:00",
            "name": "CWS (J Scholtens)",
            "reward": "1.85000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eb9ad20-2fa5-4b09-a79f-097d4273717d/?format=api"
        },
        {
            "id": "577312d0-399e-4c2e-9d9c-8b9c3c9bcc73",
            "gambit_id": "aa1425d2-bc46-4b8c-977d-97515a8b5ffe",
            "last_updated": "2023-08-21T10:38:12.738358-04:00",
            "created_at": "2023-08-19T09:28:03.826836-04:00",
            "name": "COL (K Freeland)",
            "reward": "1.98000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eb9ad20-2fa5-4b09-a79f-097d4273717d/?format=api"
        }
    ]
}