API endpoint for PCSO Lotto Draws.

GET /api/draws/4747/?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/4747/?format=api",
    "name": "Draw (4747)",
    "id": 4747,
    "draw_type": "6/45",
    "draw_date": "2017-12-15",
    "drawn": [
        6,
        19,
        17,
        44,
        9,
        22
    ],
    "jackpot": "$90,135,271.00"
}