API endpoint for PCSO Lotto Draws.

GET /api/draws/1980/?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/1980/?format=api",
    "name": "Draw (1980)",
    "id": 1980,
    "draw_type": "6/55",
    "draw_date": "2021-11-24",
    "drawn": [
        37,
        2,
        45,
        49,
        46,
        13
    ],
    "jackpot": "$147,715,023.60"
}