API endpoint for PCSO Lotto Draws.

GET /api/draws/730/?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/730/?format=api",
    "name": "Draw (730)",
    "id": 730,
    "draw_type": "6/45",
    "draw_date": "2023-08-07",
    "drawn": [
        25,
        30,
        43,
        10,
        32,
        16
    ],
    "jackpot": "$39,581,247.60"
}