GET /api/bet_types/171408c3-196e-4995-b3b5-7f050afbf5a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "171408c3-196e-4995-b3b5-7f050afbf5a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/5dece323-f379-4daf-880a-2dadf77cee34/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-14T09:28:04.656316-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": "Vancouver Canucks",
                "amount": 5319.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "b17e770e-09c7-4a33-8ce5-ba83de668781",
            "gambit_id": "b753271f-5722-49f6-8a10-c3e61f0d0440",
            "last_updated": "2023-10-16T18:03:29.265466-04:00",
            "created_at": "2023-10-14T09:28:04.660119-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/171408c3-196e-4995-b3b5-7f050afbf5a6/?format=api"
        },
        {
            "id": "7e2982cd-6d92-4144-8540-2a93d4f53a11",
            "gambit_id": "ead16eea-7949-45f6-b891-a1bb82dca226",
            "last_updated": "2023-10-16T18:03:29.269140-04:00",
            "created_at": "2023-10-14T09:28:04.664042-04:00",
            "name": "Edmonton Oilers",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/171408c3-196e-4995-b3b5-7f050afbf5a6/?format=api"
        }
    ]
}