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/49a9f8c5-36ec-4714-b7f5-be7878a81eb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49a9f8c5-36ec-4714-b7f5-be7878a81eb4",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "fe3ded4d-f440-4ad0-a4ca-ce7e0bd1c83f",
    "completed": true,
    "last_updated": "2022-11-06T08:32:30.103788-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.35,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/fe3ded4d-f440-4ad0-a4ca-ce7e0bd1c83f",
    "datetime": "2022-11-05T12:00:00-04:00",
    "cutoff_datetime": "2022-11-05T12:00:00-04:00",
    "name": "Western Kentucky v. Charlotte",
    "bettypes": [
        {
            "id": "9bc44402-29e9-43e0-ab29-24cce8216826",
            "match": "https://api-prod.gambitprofit.com/api/matches/49a9f8c5-36ec-4714-b7f5-be7878a81eb4/?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": "Western Kentucky",
                        "amount": 8090.0
                    },
                    {
                        "team": "Charlotte",
                        "amount": 1910.0
                    }
                ],
                "expected_reward_tokens": 9301.7,
                "profit_sb": 301.7,
                "profit_sb_percentage": 3.35,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9c8a5bea-b51e-4680-9f33-def695ce963d",
                    "gambit_id": "6436ee84-604d-4594-b275-a8b1ec898785",
                    "last_updated": "2022-11-06T08:32:30.109666-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Western Kentucky",
                    "reward": "1.15000",
                    "odds": "1.16670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bc44402-29e9-43e0-ab29-24cce8216826/?format=api"
                },
                {
                    "id": "4ec42709-cf43-45fa-8364-f4d3938f054f",
                    "gambit_id": "c29bcd3c-2a9d-480b-924d-76a7f15c1879",
                    "last_updated": "2022-11-06T08:32:30.110601-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Charlotte",
                    "reward": "4.87000",
                    "odds": "5.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bc44402-29e9-43e0-ab29-24cce8216826/?format=api"
                }
            ]
        },
        {
            "id": "b55ed640-1581-4d08-babc-2c5835e33edb",
            "match": "https://api-prod.gambitprofit.com/api/matches/49a9f8c5-36ec-4714-b7f5-be7878a81eb4/?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": "Western Kentucky",
                        "amount": 5000.0
                    },
                    {
                        "team": "Charlotte",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ca44ea60-c52e-4bc7-bf97-a92a186bd5f7",
                    "gambit_id": "460731ed-6ddf-4768-8e67-fc6a560c4bdd",
                    "last_updated": "2022-11-06T08:32:30.113469-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Western Kentucky",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-14.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b55ed640-1581-4d08-babc-2c5835e33edb/?format=api"
                },
                {
                    "id": "aa5cf037-bc51-4fdd-bb06-c6b3d6a799c9",
                    "gambit_id": "66245ca1-95f5-42e1-9a17-3886ff7375ed",
                    "last_updated": "2022-11-06T08:32:30.112460-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Charlotte",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "14.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b55ed640-1581-4d08-babc-2c5835e33edb/?format=api"
                }
            ]
        },
        {
            "id": "8443cf0d-4b91-4ab8-b892-20c004d23a24",
            "match": "https://api-prod.gambitprofit.com/api/matches/49a9f8c5-36ec-4714-b7f5-be7878a81eb4/?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 72.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 72.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c7324d53-b9ea-441e-b0d1-1ce8d168b1ce",
                    "gambit_id": "184245b6-4833-41eb-9dcb-53817f8ea46e",
                    "last_updated": "2022-11-06T08:32:30.106574-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 72.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "72.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8443cf0d-4b91-4ab8-b892-20c004d23a24/?format=api"
                },
                {
                    "id": "f2cc26b4-fd07-46fa-b4b7-67eba91cb4cd",
                    "gambit_id": "cb60cf42-dd36-42e5-bea8-e9aea7f8c63f",
                    "last_updated": "2022-11-06T08:32:30.107747-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 72.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "72.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8443cf0d-4b91-4ab8-b892-20c004d23a24/?format=api"
                }
            ]
        }
    ]
}