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/46fb6c2d-e08a-41f4-b80e-1b6e24b5ab0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46fb6c2d-e08a-41f4-b80e-1b6e24b5ab0e",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "fbc4725b-e1f2-4353-a74e-51575c79d69b",
    "completed": true,
    "last_updated": "2022-09-12T10:52:16.458751-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.58,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/fbc4725b-e1f2-4353-a74e-51575c79d69b",
    "datetime": "2022-09-11T14:35:00-04:00",
    "cutoff_datetime": "2022-09-11T14:35:00-04:00",
    "name": "TOR (T Richards) v. TEX (M Perez)",
    "bettypes": [
        {
            "id": "9ad364b4-efb6-4883-8b6c-9bbc8304232f",
            "match": "https://api-prod.gambitprofit.com/api/matches/46fb6c2d-e08a-41f4-b80e-1b6e24b5ab0e/?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": "TOR (T Richards)",
                        "amount": 5216.0
                    },
                    {
                        "team": "TEX (M Perez)",
                        "amount": 4784.0
                    }
                ],
                "expected_reward_tokens": 9232.32,
                "profit_sb": 232.32,
                "profit_sb_percentage": 2.58,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a98ff177-5223-471e-9920-6c1ec5e96736",
                    "gambit_id": "ce1e3297-1cbb-4d86-aa62-8cdf2430613e",
                    "last_updated": "2022-09-12T10:52:16.468675-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "TOR (T Richards)",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ad364b4-efb6-4883-8b6c-9bbc8304232f/?format=api"
                },
                {
                    "id": "bf1e433c-2557-453a-ac7b-7f8e3943b55b",
                    "gambit_id": "1a1cec9a-87f3-4d58-a521-e8abeaf80fbf",
                    "last_updated": "2022-09-12T10:52:16.467657-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "TEX (M Perez)",
                    "reward": "1.93000",
                    "odds": "2.05000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ad364b4-efb6-4883-8b6c-9bbc8304232f/?format=api"
                }
            ]
        },
        {
            "id": "83a56d86-2c4b-441e-b0e4-bdaa91d9ad04",
            "match": "https://api-prod.gambitprofit.com/api/matches/46fb6c2d-e08a-41f4-b80e-1b6e24b5ab0e/?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": "TEX",
                        "amount": 5836.0
                    },
                    {
                        "team": "TOR",
                        "amount": 4164.0
                    }
                ],
                "expected_reward_tokens": 9160.8,
                "profit_sb": 160.8,
                "profit_sb_percentage": 1.79,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a177a6ff-a024-4524-acfe-660c872f1ffe",
                    "gambit_id": "7cfb2bf2-4c68-475a-b2c8-1ccb45254579",
                    "last_updated": "2022-09-12T10:52:16.464552-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "TEX",
                    "reward": "1.57000",
                    "odds": "1.64520",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83a56d86-2c4b-441e-b0e4-bdaa91d9ad04/?format=api"
                },
                {
                    "id": "01fdf6b7-0a44-4ba3-a2cd-56891c6095e1",
                    "gambit_id": "9d80739e-7b9f-4c19-aed7-2ff70f5b6844",
                    "last_updated": "2022-09-12T10:52:16.465628-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "TOR",
                    "reward": "2.20000",
                    "odds": "2.35000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83a56d86-2c4b-441e-b0e4-bdaa91d9ad04/?format=api"
                }
            ]
        },
        {
            "id": "07d69606-438f-4680-9909-8322e3f2b743",
            "match": "https://api-prod.gambitprofit.com/api/matches/46fb6c2d-e08a-41f4-b80e-1b6e24b5ab0e/?format=api",
            "name": "Over/Under",
            "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": "Game Total Over 8",
                        "amount": 5207.0
                    },
                    {
                        "team": "Game Total Under 8",
                        "amount": 4793.0
                    }
                ],
                "expected_reward_tokens": 9058.77,
                "profit_sb": 58.77,
                "profit_sb_percentage": 0.65,
                "recommended": true
            },
            "lines": [
                {
                    "id": "3b1e4ad4-6d0e-4454-ae85-ba70c7c52454",
                    "gambit_id": "dd72b949-f8f1-4bb0-8b5c-80bf9c05058c",
                    "last_updated": "2022-09-12T10:52:16.462474-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 8",
                    "reward": "1.74000",
                    "odds": "1.83330",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07d69606-438f-4680-9909-8322e3f2b743/?format=api"
                },
                {
                    "id": "8aa09e29-5f25-4b9b-88ad-1b049389ec13",
                    "gambit_id": "5b850149-e803-44c8-9f05-0208c0d58e71",
                    "last_updated": "2022-09-12T10:52:16.461425-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 8",
                    "reward": "1.89000",
                    "odds": "2.00000",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07d69606-438f-4680-9909-8322e3f2b743/?format=api"
                }
            ]
        }
    ]
}