GET /api/bet_types/95b26547-0a52-490e-8be9-c78827403b30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95b26547-0a52-490e-8be9-c78827403b30",
    "match": "https://api-prod.gambitprofit.com/api/matches/445def48-ed8b-458b-8271-5fcadd9d0180/?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": "Memphis Grizzlies",
                "amount": 8083.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 1917.0
            }
        ],
        "expected_reward_tokens": 9295.45,
        "profit_sb": 295.45,
        "profit_sb_percentage": 3.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "a6891953-5b89-481f-a654-e41be4c9bcb1",
            "gambit_id": "2c001528-1ba7-4ae4-add4-cd75f739decb",
            "last_updated": "2022-12-18T09:52:30.969717-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.15000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95b26547-0a52-490e-8be9-c78827403b30/?format=api"
        },
        {
            "id": "9256095f-c7cd-46cf-bbb7-74766c94f418",
            "gambit_id": "fbe85de2-de17-4b41-819d-e8cc8abf1fab",
            "last_updated": "2022-12-18T09:52:30.968715-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "4.85000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95b26547-0a52-490e-8be9-c78827403b30/?format=api"
        }
    ]
}