GET /api/bet_types/3d195891-b537-4aee-9a16-37710d147d7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d195891-b537-4aee-9a16-37710d147d7e",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c2ae046-1d7f-418c-9516-3ec47fa0a44d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-19T10:03:06.780271-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": "Oklahoma City Thunder",
                "amount": 7026.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2974.0
            }
        ],
        "expected_reward_tokens": 9485.1,
        "profit_sb": -14.9,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cb37a19-c926-44d1-8a97-3fd12ea36a5b",
            "gambit_id": "84bf9f85-607b-48af-9bc4-66f9dadb0216",
            "last_updated": "2023-11-21T09:03:08.849297-05:00",
            "created_at": "2023-11-19T10:03:06.783705-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d195891-b537-4aee-9a16-37710d147d7e/?format=api"
        },
        {
            "id": "2e79817e-a4a0-461f-bf75-0e7f75e01df4",
            "gambit_id": "de98a3c8-a9d5-4e3b-a632-e756ac691101",
            "last_updated": "2023-11-21T09:03:08.853519-05:00",
            "created_at": "2023-11-19T10:03:06.787376-05:00",
            "name": "Portland Trail Blazers",
            "reward": "3.19000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d195891-b537-4aee-9a16-37710d147d7e/?format=api"
        }
    ]
}