API endpoint for PCSO Lotto Draws.

GET /api/draws/4080/?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/4080/?format=api",
    "name": "Draw (4080)",
    "id": 4080,
    "draw_type": "6/49",
    "draw_date": "2018-10-28",
    "drawn": [
        36,
        24,
        22,
        35,
        10,
        2
    ],
    "jackpot": "$36,026,413.00"
}