GET /api/bet_types/8620f936-e836-4aac-a138-f8a58b2e8dde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8620f936-e836-4aac-a138-f8a58b2e8dde",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ea8e442-426e-4905-b69e-0229730daee8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-17T09:53:17.487102-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": "Phoenix Suns",
                "amount": 8480.0
            },
            {
                "team": "Washington Wizards",
                "amount": 1520.0
            }
        ],
        "expected_reward_tokens": 9497.6,
        "profit_sb": -2.4,
        "profit_sb_percentage": -0.03,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b913810-e1f1-425e-acd9-815216f5e7d2",
            "gambit_id": "d5547da1-ecf6-4dad-a607-36edb8548127",
            "last_updated": "2023-12-19T10:13:19.875209-05:00",
            "created_at": "2023-12-17T09:53:17.494012-05:00",
            "name": "Phoenix Suns",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8620f936-e836-4aac-a138-f8a58b2e8dde/?format=api"
        },
        {
            "id": "e2d63a9c-930e-41e9-9cf9-2d043493c2d2",
            "gambit_id": "5f7e4390-8ef9-45b6-b745-0c9f7fff74c2",
            "last_updated": "2023-12-19T10:13:19.871520-05:00",
            "created_at": "2023-12-17T09:53:17.490459-05:00",
            "name": "Washington Wizards",
            "reward": "6.25000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8620f936-e836-4aac-a138-f8a58b2e8dde/?format=api"
        }
    ]
}