API endpoint for PCSO Lotto Draws.

GET /api/draws/1893/?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/1893/?format=api",
    "name": "Draw (1893)",
    "id": 1893,
    "draw_type": "6/42",
    "draw_date": "2022-01-06",
    "drawn": [
        23,
        1,
        9,
        24,
        12,
        7
    ],
    "jackpot": "$42,945,708.20"
}