API endpoint for PCSO Lotto Draws.

GET /api/draws/1234/?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/1234/?format=api",
    "name": "Draw (1234)",
    "id": 1234,
    "draw_type": "6/58",
    "draw_date": "2022-11-13",
    "drawn": [
        43,
        46,
        50,
        16,
        9,
        17
    ],
    "jackpot": "$224,300,873.60"
}