API endpoint for PCSO Lotto Draws.

GET /api/draws/1305/?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/1305/?format=api",
    "name": "Draw (1305)",
    "id": 1305,
    "draw_type": "6/49",
    "draw_date": "2022-10-11",
    "drawn": [
        46,
        19,
        8,
        14,
        43,
        23
    ],
    "jackpot": "$145,637,528.40"
}