API endpoint for PCSO Lotto Draws.

GET /api/draws/25/?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/25/?format=api",
    "name": "Draw (25)",
    "id": 25,
    "draw_type": "6/55",
    "draw_date": "2024-02-28",
    "drawn": [
        49,
        37,
        51,
        36,
        50,
        10
    ],
    "jackpot": "$88,249,297.40"
}