API endpoint for PCSO Lotto Draws.

GET /api/draws/1214/?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/1214/?format=api",
    "name": "Draw (1214)",
    "id": 1214,
    "draw_type": "6/58",
    "draw_date": "2022-11-22",
    "drawn": [
        8,
        3,
        21,
        51,
        7,
        58
    ],
    "jackpot": "$269,003,650.40"
}