API endpoint for PCSO Lotto Draws.

GET /api/draws/518/?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/518/?format=api",
    "name": "Draw (518)",
    "id": 518,
    "draw_type": "6/45",
    "draw_date": "2023-01-09",
    "drawn": [
        33,
        25,
        9,
        45,
        28,
        5
    ],
    "jackpot": "$13,374,009.00"
}