API endpoint for PCSO Lotto Draws.

GET /api/draws/7031/?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/7031/?format=api",
    "name": "Draw (7031)",
    "id": 7031,
    "draw_type": "6/42",
    "draw_date": "2014-10-18",
    "drawn": [
        10,
        3,
        42,
        38,
        20,
        15
    ],
    "jackpot": "$10,671,864.00"
}