API endpoint for PCSO Lotto Draws.

GET /api/draws/331/?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/331/?format=api",
    "name": "Draw (331)",
    "id": 331,
    "draw_type": "6/45",
    "draw_date": "2023-04-10",
    "drawn": [
        34,
        41,
        43,
        30,
        15,
        28
    ],
    "jackpot": "$73,769,152.80"
}