Matches can be viewed and edited (when logged in). Use "tokens" url parameter to modify token amount. Use "limit" and "offset" parameters to set the limit and offset of the result. Look in the filters dialog to see how to programmatically filter and sort.
GET /api/matches/52b0e207-a771-4870-a9c3-1d23d0c5d32b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52b0e207-a771-4870-a9c3-1d23d0c5d32b",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "422e0dda-ff47-4150-8a79-6f14892a6cbf",
    "completed": true,
    "last_updated": "2022-08-09T10:22:09.610709-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/422e0dda-ff47-4150-8a79-6f14892a6cbf",
    "datetime": "2022-08-08T22:59:00-04:00",
    "cutoff_datetime": "2022-08-08T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 8th 2022",
    "bettypes": [
        {
            "id": "5842dc92-77db-4384-be37-092607dd7a9c",
            "match": "https://api-prod.gambitprofit.com/api/matches/52b0e207-a771-4870-a9c3-1d23d0c5d32b/?format=api",
            "name": "FreeForm",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "med_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "no_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "lines": [
                {
                    "id": "ba853a17-a81b-4e3f-9ecf-59dd0b4173a1",
                    "gambit_id": "b76a2d7b-91ad-4729-9f27-514794553ff5",
                    "last_updated": "2022-08-09T10:22:09.611683-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.73000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5842dc92-77db-4384-be37-092607dd7a9c/?format=api"
                },
                {
                    "id": "fd9ab424-4088-4e37-8bbd-8401cde56d24",
                    "gambit_id": "f83254d0-5857-4438-9600-2931a7b4eb98",
                    "last_updated": "2022-08-09T10:22:09.613092-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5842dc92-77db-4384-be37-092607dd7a9c/?format=api"
                },
                {
                    "id": "34637f35-0b74-4a9b-8440-d62f7706308f",
                    "gambit_id": "2be5ffb4-745d-47e7-b37d-1574099e3f00",
                    "last_updated": "2022-08-09T10:22:09.612243-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5842dc92-77db-4384-be37-092607dd7a9c/?format=api"
                },
                {
                    "id": "18431db1-c60f-4544-ada2-ada00e26a70c",
                    "gambit_id": "a04b64b5-1785-44be-a3de-51c21a4e739a",
                    "last_updated": "2022-08-09T10:22:09.612689-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5842dc92-77db-4384-be37-092607dd7a9c/?format=api"
                },
                {
                    "id": "2d3001f1-9b37-4654-af24-088498431f84",
                    "gambit_id": "1d2783b1-e62a-442d-8222-2b89adf57d4d",
                    "last_updated": "2022-08-09T10:22:09.613489-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5842dc92-77db-4384-be37-092607dd7a9c/?format=api"
                }
            ]
        }
    ]
}