API endpoint for PCSO Lotto Draws.

GET /api/draws/5259/?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/5259/?format=api",
    "name": "Draw (5259)",
    "id": 5259,
    "draw_type": "6/49",
    "draw_date": "2017-04-20",
    "drawn": [
        17,
        23,
        47,
        26,
        2,
        39
    ],
    "jackpot": "$20,182,132.00"
}