GET /api/bet_types/c1cd60a6-f899-4cf6-b511-88a8b9e1f52f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1cd60a6-f899-4cf6-b511-88a8b9e1f52f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d401ba8a-648e-4d09-92f0-681f282ab299/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-29T10:38:01.304131-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": "New York Rangers",
                "amount": 6399.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9c0feb6-68f3-4714-a996-83c1766f6fe2",
            "gambit_id": "a0f54d8d-13fb-48e6-aa0c-555845594f72",
            "last_updated": "2023-11-30T11:28:14.979816-05:00",
            "created_at": "2023-11-29T10:38:01.330800-05:00",
            "name": "New York Rangers",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1cd60a6-f899-4cf6-b511-88a8b9e1f52f/?format=api"
        },
        {
            "id": "487b393f-3fae-4b8b-9998-46b128747b87",
            "gambit_id": "754d1033-1d79-42dd-9114-24b98d7e0ffe",
            "last_updated": "2023-11-30T11:28:14.976467-05:00",
            "created_at": "2023-11-29T10:38:01.317615-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1cd60a6-f899-4cf6-b511-88a8b9e1f52f/?format=api"
        }
    ]
}