API endpoint for PCSO Lotto Draws.

GET /api/draws/1412/?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/1412/?format=api",
    "name": "Draw (1412)",
    "id": 1412,
    "draw_type": "6/55",
    "draw_date": "2022-08-22",
    "drawn": [
        1,
        40,
        33,
        24,
        30,
        45
    ],
    "jackpot": "$90,620,159.40"
}