GET /api/bet_types/eedcc6c3-a95d-4306-8b03-1c8f74741470/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eedcc6c3-a95d-4306-8b03-1c8f74741470",
    "match": "https://api-prod.gambitprofit.com/api/matches/3fa677da-cbf3-4133-9fae-f072f04e66de/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-28T09:33:15.533747-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": "New York Knicks",
                "amount": 8236.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1764.0
            }
        ],
        "expected_reward_tokens": 9471.4,
        "profit_sb": -28.6,
        "profit_sb_percentage": -0.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "1485d3d3-8200-471b-ac13-6a2be40cd660",
            "gambit_id": "86a90f1b-a17c-4825-b2b1-dae2a1348535",
            "last_updated": "2023-11-29T21:53:07.193009-05:00",
            "created_at": "2023-11-28T09:33:15.542332-05:00",
            "name": "New York Knicks",
            "reward": "1.15000",
            "odds": "1.15870",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eedcc6c3-a95d-4306-8b03-1c8f74741470/?format=api"
        },
        {
            "id": "3ec1faf4-677e-4f72-8bdf-2a47ca208d56",
            "gambit_id": "f834b41a-e294-4226-b18a-dc18e5fe6196",
            "last_updated": "2023-11-29T21:53:07.188867-05:00",
            "created_at": "2023-11-28T09:33:15.537568-05:00",
            "name": "Charlotte Hornets",
            "reward": "5.37000",
            "odds": "5.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eedcc6c3-a95d-4306-8b03-1c8f74741470/?format=api"
        }
    ]
}