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/426f33f5-77cb-498c-9da2-57e27fc7e6ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "426f33f5-77cb-498c-9da2-57e27fc7e6ec",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "c3c474e8-432b-457d-a470-5567eff983e2",
    "completed": true,
    "last_updated": "2022-10-17T11:02:05.799172-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.53,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/c3c474e8-432b-457d-a470-5567eff983e2",
    "datetime": "2022-10-15T22:59:00-04:00",
    "cutoff_datetime": "2022-10-15T22:59:00-04:00",
    "name": "US Lottery - Powerball: Odd or Even Powerball Number - October 15th 2022",
    "bettypes": [
        {
            "id": "4562c35d-989c-4139-b35d-ac55a1abf993",
            "match": "https://api-prod.gambitprofit.com/api/matches/426f33f5-77cb-498c-9da2-57e27fc7e6ec/?format=api",
            "name": "FreeForm",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Even",
                        "amount": 5000.0
                    },
                    {
                        "team": "Odd",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9450.0,
                "profit_sb": -50.0,
                "profit_sb_percentage": -0.53,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3d10af9c-ed68-481f-88f3-a3efdeee0635",
                    "gambit_id": "67216fb1-3ecc-4ea2-a85b-85d7c72ad9ec",
                    "last_updated": "2022-10-17T11:02:05.801967-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Even",
                    "reward": "1.89000",
                    "odds": "1.90910",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4562c35d-989c-4139-b35d-ac55a1abf993/?format=api"
                },
                {
                    "id": "3fe8d54d-81f0-4850-8f84-2b27d36776b7",
                    "gambit_id": "cf8cf777-fb3b-491a-8cbf-0248e2e3ea9a",
                    "last_updated": "2022-10-17T11:02:05.803172-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Odd",
                    "reward": "1.89000",
                    "odds": "1.90910",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4562c35d-989c-4139-b35d-ac55a1abf993/?format=api"
                }
            ]
        }
    ]
}