GET /api/bet_types/82128182-d49b-4cd1-b54a-c4e27ed7ee9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82128182-d49b-4cd1-b54a-c4e27ed7ee9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/107ae78a-58cd-46c2-9369-4b54d46ca86b/?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": "Florida Panthers",
                "amount": 5208.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "a932d387-c151-4f5b-ad53-23e447fe6588",
            "gambit_id": "6c6240a4-fceb-4902-af53-bc9e735a8e7f",
            "last_updated": "2022-12-05T11:22:10.772759-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82128182-d49b-4cd1-b54a-c4e27ed7ee9d/?format=api"
        },
        {
            "id": "64277344-320b-4e4f-a497-20612a7f9e63",
            "gambit_id": "99513817-04c3-410a-bd51-bb3ab6542f09",
            "last_updated": "2022-12-05T11:22:10.771735-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82128182-d49b-4cd1-b54a-c4e27ed7ee9d/?format=api"
        }
    ]
}