GET /api/bet_types/ddef46e1-7ec0-4088-93f2-3ebf8105b9c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ddef46e1-7ec0-4088-93f2-3ebf8105b9c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfa448ea-d45f-4378-b29d-cd2605b35796/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-14T09:33:05.996507-04: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": "SFO (L Webb)",
                "amount": 6721.0
            },
            {
                "team": "COL (C Anderson)",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9541.89,
        "profit_sb": 41.89,
        "profit_sb_percentage": 0.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "94f99f53-2080-4c6f-b568-2d6ad2cea142",
            "gambit_id": "1e8f4960-1ff0-42f5-855d-bd606f3dc2c1",
            "last_updated": "2023-09-21T20:38:15.142684-04:00",
            "created_at": "2023-09-14T09:33:06.001097-04:00",
            "name": "SFO (L Webb)",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddef46e1-7ec0-4088-93f2-3ebf8105b9c5/?format=api"
        },
        {
            "id": "a7ade919-be1a-4ff7-aa1e-6134ad9a6b8b",
            "gambit_id": "1ff85a1f-076b-49c6-b31e-e67ad5115efd",
            "last_updated": "2023-09-21T20:38:15.146831-04:00",
            "created_at": "2023-09-14T09:33:06.005957-04:00",
            "name": "COL (C Anderson)",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddef46e1-7ec0-4088-93f2-3ebf8105b9c5/?format=api"
        }
    ]
}