GET /api/bet_types/d521f0d9-033a-4fec-8466-b0350c7a58f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d521f0d9-033a-4fec-8466-b0350c7a58f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/e938987e-1d14-4c51-be0d-2811db1c4c2c/?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": "Toronto Maple Leafs",
                "amount": 5737.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4263.0
            }
        ],
        "expected_reward_tokens": 9121.83,
        "profit_sb": 121.83,
        "profit_sb_percentage": 1.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "209beff2-f3f7-4322-867f-bf865c4ca0d7",
            "gambit_id": "5f91469e-d47f-40f0-9235-9a71f9636b15",
            "last_updated": "2022-11-12T17:47:38.739337-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d521f0d9-033a-4fec-8466-b0350c7a58f5/?format=api"
        },
        {
            "id": "f4f62b7a-48b1-4aba-b848-805e9f656415",
            "gambit_id": "adebb1f9-ca66-4c0b-9f0c-8a43ae7982f2",
            "last_updated": "2022-11-12T17:47:38.740288-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d521f0d9-033a-4fec-8466-b0350c7a58f5/?format=api"
        }
    ]
}