GET /api/bet_types/4abb74ea-bd4b-42eb-ac22-bd617ac132f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4abb74ea-bd4b-42eb-ac22-bd617ac132f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/020c5d95-57bd-49fd-a7fe-5fc9e1aaa9ad/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-09T09:18:02.514774-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": 8417.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 1583.0
            }
        ],
        "expected_reward_tokens": 9511.21,
        "profit_sb": 11.21,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "ecfea608-361e-4d67-8d11-603db45f8cd6",
            "gambit_id": "17e16d10-3f3f-4cdb-8718-fa6be4cf6336",
            "last_updated": "2024-01-11T11:03:01.752597-05:00",
            "created_at": "2024-01-09T09:18:02.523834-05:00",
            "name": "New York Knicks",
            "reward": "1.13000",
            "odds": "1.13330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4abb74ea-bd4b-42eb-ac22-bd617ac132f6/?format=api"
        },
        {
            "id": "1a6f1a14-7eb1-467c-8372-4de77a16a5a3",
            "gambit_id": "dcf2e69f-f2a8-4c94-bd46-1af7820fa5a3",
            "last_updated": "2024-01-11T11:03:01.746541-05:00",
            "created_at": "2024-01-09T09:18:02.518760-05:00",
            "name": "Portland Trail Blazers",
            "reward": "6.01000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4abb74ea-bd4b-42eb-ac22-bd617ac132f6/?format=api"
        }
    ]
}