API endpoint for PCSO Lotto Draws.

GET /api/draws/5913/?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/5913/?format=api",
    "name": "Draw (5913)",
    "id": 5913,
    "draw_type": "6/45",
    "draw_date": "2016-05-27",
    "drawn": [
        5,
        19,
        12,
        24,
        43,
        25
    ],
    "jackpot": "$16,205,220.00"
}