API endpoint for PCSO Lotto Draws.

GET /api/draws/1220/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://dj1.jlee3d.net/api/draws/1220/?format=api",
    "name": "Draw (1220)",
    "id": 1220,
    "draw_type": "6/49",
    "draw_date": "2022-11-20",
    "drawn": [
        8,
        29,
        6,
        38,
        43,
        26
    ],
    "jackpot": "$48,225,620.60"
}