API endpoint for PCSO Lotto Draws.

GET /api/draws/5808/?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/5808/?format=api",
    "name": "Draw (5808)",
    "id": 5808,
    "draw_type": "6/42",
    "draw_date": "2016-07-19",
    "drawn": [
        31,
        33,
        5,
        9,
        6,
        36
    ],
    "jackpot": "$70,789,332.00"
}