API endpoint for PCSO Lotto Draws.

GET /api/draws/247/?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/247/?format=api",
    "name": "Draw (247)",
    "id": 247,
    "draw_type": "6/45",
    "draw_date": "2023-05-19",
    "drawn": [
        29,
        10,
        6,
        4,
        36,
        42
    ],
    "jackpot": "$12,861,234.20"
}