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/06ed073e-7949-4061-9288-52ade46c59eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06ed073e-7949-4061-9288-52ade46c59eb",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "127daa91-bc1a-400c-840d-56af832d0754",
    "completed": true,
    "last_updated": "2022-08-05T10:01:52.955431-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.64,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/127daa91-bc1a-400c-840d-56af832d0754",
    "datetime": "2022-08-04T19:10:00-04:00",
    "cutoff_datetime": "2022-08-04T19:10:00-04:00",
    "name": "ATL (K Wright) v. NYM (C Carrasco)",
    "bettypes": [
        {
            "id": "601f8770-e38d-4565-8720-712ffae3817d",
            "match": "https://api-prod.gambitprofit.com/api/matches/06ed073e-7949-4061-9288-52ade46c59eb/?format=api",
            "name": "Pick the Winner",
            "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": "NYM (C Carrasco)",
                        "amount": 5241.0
                    },
                    {
                        "team": "ATL (K Wright)",
                        "amount": 4759.0
                    }
                ],
                "expected_reward_tokens": 9327.64,
                "profit_sb": 327.64,
                "profit_sb_percentage": 3.64,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a8e5f9b7-4578-4757-8265-7957f148a331",
                    "gambit_id": "a19c6742-f0c5-4d48-b393-f7d3f1b8c25e",
                    "last_updated": "2022-08-05T10:01:52.958054-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "NYM (C Carrasco)",
                    "reward": "1.78000",
                    "odds": "1.86210",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/601f8770-e38d-4565-8720-712ffae3817d/?format=api"
                },
                {
                    "id": "169457fd-b70d-4141-ab81-57131cd1fbe9",
                    "gambit_id": "3b5d8b00-64b0-4688-a784-7e46dc7e72bf",
                    "last_updated": "2022-08-05T10:01:52.958459-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "ATL (K Wright)",
                    "reward": "1.96000",
                    "odds": "2.06000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/601f8770-e38d-4565-8720-712ffae3817d/?format=api"
                }
            ]
        },
        {
            "id": "ca16cdbc-48a3-4f68-a3d8-bd1fc448bc88",
            "match": "https://api-prod.gambitprofit.com/api/matches/06ed073e-7949-4061-9288-52ade46c59eb/?format=api",
            "name": "Play the Odds",
            "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": "ATL",
                        "amount": 6359.0
                    },
                    {
                        "team": "NYM",
                        "amount": 3641.0
                    }
                ],
                "expected_reward_tokens": 9284.14,
                "profit_sb": 284.14,
                "profit_sb_percentage": 3.16,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e72993aa-e3dc-42da-af51-43de8e4bce85",
                    "gambit_id": "118c63a1-0166-4473-bec3-bc3c3f488c6e",
                    "last_updated": "2022-08-05T10:01:52.957634-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "ATL",
                    "reward": "1.46000",
                    "odds": "1.50000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca16cdbc-48a3-4f68-a3d8-bd1fc448bc88/?format=api"
                },
                {
                    "id": "8e6c8ed1-215a-469c-87c8-b21e5a475aaa",
                    "gambit_id": "fc517e90-1884-41f3-a3db-796fb1d8134f",
                    "last_updated": "2022-08-05T10:01:52.957161-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "NYM",
                    "reward": "2.55000",
                    "odds": "2.70000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca16cdbc-48a3-4f68-a3d8-bd1fc448bc88/?format=api"
                }
            ]
        }
    ]
}