GET /api/bet_types/cd04258a-3825-4c9f-8a67-ad6255e8c8aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd04258a-3825-4c9f-8a67-ad6255e8c8aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8a79bc9-14f8-4dff-8855-da0607bb4494/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-25T13:28:12.927179-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": 5614.0
            },
            {
                "team": "New York Knicks",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "198b2560-9d9f-4bfd-a74a-881315ef37ae",
            "gambit_id": "b3752cb0-0d27-4b18-8392-01bfe5506339",
            "last_updated": "2024-01-26T20:48:21.276328-05:00",
            "created_at": "2024-01-25T13:28:12.931902-05:00",
            "name": "Denver Nuggets",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd04258a-3825-4c9f-8a67-ad6255e8c8aa/?format=api"
        },
        {
            "id": "c8ff251b-dbe1-47a0-b031-2d47ce33bcd6",
            "gambit_id": "3266ca37-c0fe-4968-87b1-cbacfe07f474",
            "last_updated": "2024-01-26T20:48:21.279520-05:00",
            "created_at": "2024-01-25T13:28:12.936838-05:00",
            "name": "New York Knicks",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd04258a-3825-4c9f-8a67-ad6255e8c8aa/?format=api"
        }
    ]
}