API endpoint for PCSO Lotto Draws.

GET /api/draws/5977/?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/5977/?format=api",
    "name": "Draw (5977)",
    "id": 5977,
    "draw_type": "6/45",
    "draw_date": "2016-04-25",
    "drawn": [
        6,
        44,
        31,
        18,
        41,
        8
    ],
    "jackpot": "$37,154,644.00"
}