GET /api/bet_types/515bc711-3f74-4eec-990e-42286eafbffc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "515bc711-3f74-4eec-990e-42286eafbffc",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3bacbcf-17c8-4593-b165-6b43f9e88444/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-25T09:33:16.489082-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": "Denver Nuggets",
                "amount": 7197.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 2803.0
            }
        ],
        "expected_reward_tokens": 9500.04,
        "profit_sb": 0.04,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f05e3840-de00-4da2-9a8a-671449ea0b77",
            "gambit_id": "aaa77952-24f8-4cf2-a4a0-3234f48e4cef",
            "last_updated": "2023-12-26T20:23:07.698449-05:00",
            "created_at": "2023-12-25T09:33:16.502124-05:00",
            "name": "Denver Nuggets",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/515bc711-3f74-4eec-990e-42286eafbffc/?format=api"
        },
        {
            "id": "2e523115-fb64-44c3-ba1f-a69b8c510eba",
            "gambit_id": "659b86fe-3f20-4b10-bad1-0990f5495050",
            "last_updated": "2023-12-26T20:23:07.695003-05:00",
            "created_at": "2023-12-25T09:33:16.495467-05:00",
            "name": "Golden State Warriors",
            "reward": "3.39000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/515bc711-3f74-4eec-990e-42286eafbffc/?format=api"
        }
    ]
}