API endpoint for PCSO Lotto Draws.

GET /api/draws/4998/?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/4998/?format=api",
    "name": "Draw (4998)",
    "id": 4998,
    "draw_type": "6/49",
    "draw_date": "2017-08-20",
    "drawn": [
        13,
        36,
        7,
        19,
        6,
        1
    ],
    "jackpot": "$168,815,152.00"
}