API endpoint for PCSO Lotto Draws.

GET /api/draws/5825/?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/5825/?format=api",
    "name": "Draw (5825)",
    "id": 5825,
    "draw_type": "6/49",
    "draw_date": "2016-07-10",
    "drawn": [
        18,
        35,
        44,
        42,
        9,
        38
    ],
    "jackpot": "$24,526,164.00"
}