GET /api/bet_types/ac2ed0fd-f6e7-4100-ae72-48f06f3a824a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac2ed0fd-f6e7-4100-ae72-48f06f3a824a",
    "match": "https://api-prod.gambitprofit.com/api/matches/1efba1fb-a7ea-4e54-919c-eeb97b3fb761/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-27T10:17:02.479641-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": "Edmonton Oilers",
                "amount": 6563.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "290dfc4a-9886-4104-a3dd-4ede7f29097b",
            "gambit_id": "6d3ab84c-dd28-4270-b069-1ff721995c0d",
            "last_updated": "2023-02-28T12:37:09.212823-05:00",
            "created_at": "2023-02-27T10:17:02.480829-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac2ed0fd-f6e7-4100-ae72-48f06f3a824a/?format=api"
        },
        {
            "id": "6af3fa31-05bb-4fac-9fed-4bb6d84c43a7",
            "gambit_id": "e9b7a25f-d277-4af9-bef8-87bf42b2e9fa",
            "last_updated": "2023-02-28T12:37:09.214002-05:00",
            "created_at": "2023-02-27T10:17:02.482027-05:00",
            "name": "Boston Bruins",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac2ed0fd-f6e7-4100-ae72-48f06f3a824a/?format=api"
        }
    ]
}