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/1bfe7cfd-f6a4-489f-9c0c-172c98d3c29a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bfe7cfd-f6a4-489f-9c0c-172c98d3c29a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b67f527f-ba6e-4af3-9d18-20d106b6bc05",
    "completed": true,
    "last_updated": "2022-10-17T09:41:52.135857-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.07,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/b67f527f-ba6e-4af3-9d18-20d106b6bc05",
    "datetime": "2022-10-15T17:30:00-04:00",
    "cutoff_datetime": "2022-10-15T17:30:00-04:00",
    "name": "Arizona v. Washington",
    "bettypes": [
        {
            "id": "8824f373-669a-4584-86bd-bf52e24d5e15",
            "match": "https://api-prod.gambitprofit.com/api/matches/1bfe7cfd-f6a4-489f-9c0c-172c98d3c29a/?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": "Washington",
                        "amount": 8196.0
                    },
                    {
                        "team": "Arizona",
                        "amount": 1804.0
                    }
                ],
                "expected_reward_tokens": 9507.08,
                "profit_sb": 7.08,
                "profit_sb_percentage": 0.07,
                "recommended": true
            },
            "lines": [
                {
                    "id": "2f4507cd-b673-42f4-8b49-7177de4cb39d",
                    "gambit_id": "23a0dc08-7bcd-4f76-a579-a3cbfdb9068d",
                    "last_updated": "2022-10-17T09:41:52.142184-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Washington",
                    "reward": "1.16000",
                    "odds": "1.16670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8824f373-669a-4584-86bd-bf52e24d5e15/?format=api"
                },
                {
                    "id": "1abbff4f-b161-4352-bbb2-70365db6d328",
                    "gambit_id": "810e1cf9-ce18-4af8-8540-9215f7defb1d",
                    "last_updated": "2022-10-17T09:41:52.143329-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arizona",
                    "reward": "5.27000",
                    "odds": "5.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8824f373-669a-4584-86bd-bf52e24d5e15/?format=api"
                }
            ]
        },
        {
            "id": "0458a688-1460-4077-a84c-146c2ae5a5a0",
            "match": "https://api-prod.gambitprofit.com/api/matches/1bfe7cfd-f6a4-489f-9c0c-172c98d3c29a/?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": "Arizona",
                        "amount": 5000.0
                    },
                    {
                        "team": "Washington",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "054252d2-b802-4ee6-905e-42b0c775643b",
                    "gambit_id": "b4b0e770-68ac-42d8-82b1-aafaf401040e",
                    "last_updated": "2022-10-17T09:41:52.146697-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arizona",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "14.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0458a688-1460-4077-a84c-146c2ae5a5a0/?format=api"
                },
                {
                    "id": "930cd12d-db3d-498a-8333-600c07281007",
                    "gambit_id": "8fb03106-0c4c-462a-b274-f7ad3ae9131c",
                    "last_updated": "2022-10-17T09:41:52.145617-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Washington",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-14.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0458a688-1460-4077-a84c-146c2ae5a5a0/?format=api"
                }
            ]
        },
        {
            "id": "d51e9fd9-243a-4677-bdb5-db5a289df958",
            "match": "https://api-prod.gambitprofit.com/api/matches/1bfe7cfd-f6a4-489f-9c0c-172c98d3c29a/?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 71.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 71.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "5479000d-2265-4ec8-a6a5-ec4202835c0f",
                    "gambit_id": "d85404aa-ad6c-4af8-9684-1ad959919d73",
                    "last_updated": "2022-10-17T09:41:52.139851-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 71.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "71.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d51e9fd9-243a-4677-bdb5-db5a289df958/?format=api"
                },
                {
                    "id": "00fb0159-ceb2-4693-847a-35fa7e4797e8",
                    "gambit_id": "9cd2be3e-14f9-43e6-9dde-ca4b40b3b07b",
                    "last_updated": "2022-10-17T09:41:52.138705-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 71.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "71.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d51e9fd9-243a-4677-bdb5-db5a289df958/?format=api"
                }
            ]
        }
    ]
}