GET /api/bet_types/d77c480d-9655-4a56-843b-368e36497d89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d77c480d-9655-4a56-843b-368e36497d89",
    "match": "https://api-prod.gambitprofit.com/api/matches/933cb1d2-1523-4747-bc7b-850d68b1cb0d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-03T08:48:00.816677-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": "Atlanta Hawks",
                "amount": 5614.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "c97f4c11-1c60-4dc3-b80b-71cb83ce7e03",
            "gambit_id": "731bfb11-f3d7-4fbe-9f61-99cddebcf327",
            "last_updated": "2024-02-05T14:23:22.714638-05:00",
            "created_at": "2024-02-03T08:48:00.821122-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d77c480d-9655-4a56-843b-368e36497d89/?format=api"
        },
        {
            "id": "aa1ac448-1914-4f06-857f-b2cb3dbfd56e",
            "gambit_id": "0a5fc0dc-c58d-4837-978e-3ddea8180c92",
            "last_updated": "2024-02-05T14:23:22.718516-05:00",
            "created_at": "2024-02-03T08:48:00.826253-05:00",
            "name": "Golden State Warriors",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d77c480d-9655-4a56-843b-368e36497d89/?format=api"
        }
    ]
}