GET /api/bet_types/fc16e6d3-ea4b-4d32-ba5a-b5d0f7c762e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc16e6d3-ea4b-4d32-ba5a-b5d0f7c762e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c261e1e-490c-44b7-b079-606331e045b7/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Pittsburgh Penguins",
                "amount": 5106.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": 395.04,
        "profit_sb_percentage": 4.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "5dca0b96-8112-4c81-bd52-48b99d075aad",
            "gambit_id": "e2dd6f00-4ae9-4fc7-b02b-38887f851244",
            "last_updated": "2022-11-02T20:57:12.068007-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc16e6d3-ea4b-4d32-ba5a-b5d0f7c762e2/?format=api"
        },
        {
            "id": "c26e8db9-d54b-4210-83d2-9ad242e564d7",
            "gambit_id": "b3a23f56-acfb-47c9-81d0-d0eb73f7beaf",
            "last_updated": "2022-11-02T20:57:12.068971-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc16e6d3-ea4b-4d32-ba5a-b5d0f7c762e2/?format=api"
        }
    ]
}