API endpoint for PCSO Lotto Draws.

GET /api/draws/268/?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/268/?format=api",
    "name": "Draw (268)",
    "id": 268,
    "draw_type": "6/49",
    "draw_date": "2023-05-09",
    "drawn": [
        38,
        12,
        49,
        5,
        37,
        20
    ],
    "jackpot": "$16,548,365.80"
}