GET /api/bet_types/10cd061d-5d11-4e87-a69f-fc89286d1807/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10cd061d-5d11-4e87-a69f-fc89286d1807",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ec19d29-f977-4d00-af6a-f076bc2f7772/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-23T09:18:00.437896-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": "Brooklyn Nets",
                "amount": 7820.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2180.0
            }
        ],
        "expected_reward_tokens": 9461.2,
        "profit_sb": -38.8,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "934c37c8-eb83-43f2-b446-920caa915685",
            "gambit_id": "cdc95c7a-c540-42b2-970b-b55d27e8b6c2",
            "last_updated": "2023-12-26T15:13:19.506234-05:00",
            "created_at": "2023-12-23T09:18:00.445432-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.21000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10cd061d-5d11-4e87-a69f-fc89286d1807/?format=api"
        },
        {
            "id": "81d32de4-edc2-44f2-9806-8fcd06b4f721",
            "gambit_id": "ee78815f-a4ad-490f-bd16-2857399a327b",
            "last_updated": "2023-12-26T15:13:19.502883-05:00",
            "created_at": "2023-12-23T09:18:00.441501-05:00",
            "name": "Detroit Pistons",
            "reward": "4.34000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10cd061d-5d11-4e87-a69f-fc89286d1807/?format=api"
        }
    ]
}