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/5e4f8012-24bf-4283-ab57-8cb4e9403ec1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e4f8012-24bf-4283-ab57-8cb4e9403ec1",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "1713df50-00a6-48d2-8526-d68479f945ab",
    "completed": true,
    "last_updated": "2022-10-03T09:52:21.798373-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.8,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/1713df50-00a6-48d2-8526-d68479f945ab",
    "datetime": "2022-10-01T15:30:00-04:00",
    "cutoff_datetime": "2022-10-01T15:30:00-04:00",
    "name": "Central Michigan v. Toledo",
    "bettypes": [
        {
            "id": "bf7f2855-444c-40cb-b7bd-fd28cdd125dc",
            "match": "https://api-prod.gambitprofit.com/api/matches/5e4f8012-24bf-4283-ab57-8cb4e9403ec1/?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": "Toledo",
                        "amount": 6879.0
                    },
                    {
                        "team": "Central Michigan",
                        "amount": 3121.0
                    }
                ],
                "expected_reward_tokens": 9424.23,
                "profit_sb": -75.77,
                "profit_sb_percentage": -0.8,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ab52733f-a6b4-4a3e-9d27-961f7ede1089",
                    "gambit_id": "0ee40c49-a20b-43a2-922b-a182789fe0a2",
                    "last_updated": "2022-10-03T09:52:21.804235-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Toledo",
                    "reward": "1.37000",
                    "odds": "1.39220",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf7f2855-444c-40cb-b7bd-fd28cdd125dc/?format=api"
                },
                {
                    "id": "4f100e37-eaf4-4202-b09d-a90ebd3ce748",
                    "gambit_id": "918306e9-e2f7-4481-a972-48667a733b86",
                    "last_updated": "2022-10-03T09:52:21.805190-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Central Michigan",
                    "reward": "3.02000",
                    "odds": "3.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf7f2855-444c-40cb-b7bd-fd28cdd125dc/?format=api"
                }
            ]
        },
        {
            "id": "9ffa4337-2925-4a9c-aa20-dbf40abfb768",
            "match": "https://api-prod.gambitprofit.com/api/matches/5e4f8012-24bf-4283-ab57-8cb4e9403ec1/?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": "Toledo",
                        "amount": 5000.0
                    },
                    {
                        "team": "Central Michigan",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": -250.0,
                "profit_sb_percentage": -2.63,
                "recommended": false
            },
            "lines": [
                {
                    "id": "140cb1e5-9b0f-4d09-96cd-8004eef59b13",
                    "gambit_id": "4482398f-c3b2-4581-b358-8f689627ab98",
                    "last_updated": "2022-10-03T09:52:21.807111-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Toledo",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "-6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ffa4337-2925-4a9c-aa20-dbf40abfb768/?format=api"
                },
                {
                    "id": "ae176fd9-1eb1-4d5e-aaf2-26aa41be98d8",
                    "gambit_id": "53b0e6a9-5bc2-4d32-965f-36df419a8cc4",
                    "last_updated": "2022-10-03T09:52:21.808048-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Central Michigan",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ffa4337-2925-4a9c-aa20-dbf40abfb768/?format=api"
                }
            ]
        },
        {
            "id": "9a61ac40-c20a-4031-aa0b-330644db29d1",
            "match": "https://api-prod.gambitprofit.com/api/matches/5e4f8012-24bf-4283-ab57-8cb4e9403ec1/?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 Under 56",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 56",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": -250.0,
                "profit_sb_percentage": -2.63,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3752991a-6837-4af5-9204-3132d51c4d7b",
                    "gambit_id": "9be0973c-5be2-4919-9c6a-047989c27663",
                    "last_updated": "2022-10-03T09:52:21.801179-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 56",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "56.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a61ac40-c20a-4031-aa0b-330644db29d1/?format=api"
                },
                {
                    "id": "1b85da14-f695-4d0d-b166-a88cd387651e",
                    "gambit_id": "3ac1d902-f003-483a-bee1-be5ff493f065",
                    "last_updated": "2022-10-03T09:52:21.802318-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 56",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "56.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a61ac40-c20a-4031-aa0b-330644db29d1/?format=api"
                }
            ]
        }
    ]
}