API endpoint for PCSO Lotto Draws.

GET /api/draws/1943/?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/1943/?format=api",
    "name": "Draw (1943)",
    "id": 1943,
    "draw_type": "6/49",
    "draw_date": "2021-12-12",
    "drawn": [
        28,
        45,
        36,
        2,
        16,
        14
    ],
    "jackpot": "$59,654,675.60"
}