GET /api/bet_types/537b2c62-1ead-4b49-8025-7784c2d9c7c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "537b2c62-1ead-4b49-8025-7784c2d9c7c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6797fc3-0598-44bd-bada-ba409a1b648c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-31T10:13:05.360549-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": 7351.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 2649.0
            }
        ],
        "expected_reward_tokens": 9482.79,
        "profit_sb": -17.21,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "2dd1775c-0355-4d48-aa3d-c1dca5b24e61",
            "gambit_id": "f700c0d3-ab7d-4312-b787-4bd57d2f0923",
            "last_updated": "2024-01-02T10:18:16.352939-05:00",
            "created_at": "2023-12-31T10:13:05.371842-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/537b2c62-1ead-4b49-8025-7784c2d9c7c3/?format=api"
        },
        {
            "id": "0490dc2a-02a2-44d5-a1a2-bc2516a656bf",
            "gambit_id": "432267b8-e164-4e90-b2b3-b590fe5a128f",
            "last_updated": "2024-01-02T10:18:16.349790-05:00",
            "created_at": "2023-12-31T10:13:05.365355-05:00",
            "name": "Brooklyn Nets",
            "reward": "3.58000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/537b2c62-1ead-4b49-8025-7784c2d9c7c3/?format=api"
        }
    ]
}