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/b90f9ccd-ba54-40da-8636-f774afe11f9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b90f9ccd-ba54-40da-8636-f774afe11f9a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "4d4e120c-b1b6-4b33-93b0-50c845e46659",
    "completed": true,
    "last_updated": "2022-10-11T11:37:05.280948-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.21,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/4d4e120c-b1b6-4b33-93b0-50c845e46659",
    "datetime": "2022-10-08T21:00:00-04:00",
    "cutoff_datetime": "2022-10-08T21:00:00-04:00",
    "name": "Oregon v. Arizona",
    "bettypes": [
        {
            "id": "82724db1-0046-4280-8e11-e6ba4fe8b6d0",
            "match": "https://api-prod.gambitprofit.com/api/matches/b90f9ccd-ba54-40da-8636-f774afe11f9a/?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": "Oregon",
                        "amount": 8069.0
                    },
                    {
                        "team": "Arizona",
                        "amount": 1931.0
                    }
                ],
                "expected_reward_tokens": 9519.83,
                "profit_sb": 19.83,
                "profit_sb_percentage": 0.21,
                "recommended": true
            },
            "lines": [
                {
                    "id": "8628c40a-7286-488c-957b-06dcd8818425",
                    "gambit_id": "076a8043-9c0a-4233-ac65-5f117f181aa0",
                    "last_updated": "2022-10-11T11:37:05.292526-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon",
                    "reward": "1.18000",
                    "odds": "1.18520",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82724db1-0046-4280-8e11-e6ba4fe8b6d0/?format=api"
                },
                {
                    "id": "cb02f557-bf49-4618-9a7f-e26693a8d7f8",
                    "gambit_id": "25cc1963-27ab-45f1-a952-43974145e4dc",
                    "last_updated": "2022-10-11T11:37:05.291594-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arizona",
                    "reward": "4.93000",
                    "odds": "5.05000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82724db1-0046-4280-8e11-e6ba4fe8b6d0/?format=api"
                }
            ]
        },
        {
            "id": "17f72fae-6e4a-4081-af7a-6ddda2c1bb62",
            "match": "https://api-prod.gambitprofit.com/api/matches/b90f9ccd-ba54-40da-8636-f774afe11f9a/?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": "Oregon",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "06a58838-879e-4cf7-aada-bafbaadc84dc",
                    "gambit_id": "401cb04d-c9a9-49ad-a054-503a887005fe",
                    "last_updated": "2022-10-11T11:37:05.294564-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arizona",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "13.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17f72fae-6e4a-4081-af7a-6ddda2c1bb62/?format=api"
                },
                {
                    "id": "e342fd95-b3b9-4fa1-a350-029ffee6a4c0",
                    "gambit_id": "812f77be-25c5-4330-aeff-ebc3bffad6af",
                    "last_updated": "2022-10-11T11:37:05.295490-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-13.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17f72fae-6e4a-4081-af7a-6ddda2c1bb62/?format=api"
                }
            ]
        },
        {
            "id": "9845602b-2347-451b-87b3-0d1f25d13b65",
            "match": "https://api-prod.gambitprofit.com/api/matches/b90f9ccd-ba54-40da-8636-f774afe11f9a/?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 72",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 72",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "75da01bf-0992-43e8-b8e9-8d52546d9e0b",
                    "gambit_id": "ffd0c5af-eb93-4aa1-b730-bad0ce0ff91c",
                    "last_updated": "2022-10-11T11:37:05.286478-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 72",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "72.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9845602b-2347-451b-87b3-0d1f25d13b65/?format=api"
                },
                {
                    "id": "0006d88e-6ca1-4ff0-92d2-c5e30fe15a0e",
                    "gambit_id": "81d53910-dc04-402c-a4ae-8807abd4d73a",
                    "last_updated": "2022-10-11T11:37:05.283912-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 72",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "72.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9845602b-2347-451b-87b3-0d1f25d13b65/?format=api"
                }
            ]
        }
    ]
}