API endpoint for PCSO Lotto Draws.

GET /api/draws/582/?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/582/?format=api",
    "name": "Draw (582)",
    "id": 582,
    "draw_type": "6/49",
    "draw_date": "2023-10-15",
    "drawn": [
        47,
        35,
        2,
        13,
        38,
        17
    ],
    "jackpot": "$147,354,716.40"
}