API endpoint for PCSO Lotto Draws.

GET /api/draws/588/?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/588/?format=api",
    "name": "Draw (588)",
    "id": 588,
    "draw_type": "6/42",
    "draw_date": "2023-10-12",
    "drawn": [
        13,
        41,
        6,
        25,
        34,
        42
    ],
    "jackpot": "$34,562,804.20"
}