API endpoint for PCSO Lotto Draws.

GET /api/draws/4667/?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/4667/?format=api",
    "name": "Draw (4667)",
    "id": 4667,
    "draw_type": "6/49",
    "draw_date": "2018-01-23",
    "drawn": [
        30,
        17,
        24,
        23,
        6,
        2
    ],
    "jackpot": "$78,181,176.00"
}