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/917df621-6f68-4a23-8b3c-fa3f284ea9e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "917df621-6f68-4a23-8b3c-fa3f284ea9e3",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "a641b9a9-2cb8-45f6-a468-564b3b19ac55",
    "completed": true,
    "last_updated": "2022-10-31T10:22:23.346770-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/a641b9a9-2cb8-45f6-a468-564b3b19ac55",
    "datetime": "2022-10-29T19:00:00-04:00",
    "cutoff_datetime": "2022-10-29T19:00:00-04:00",
    "name": "USC v. Arizona",
    "bettypes": [
        {
            "id": "0618c92d-da10-4ac9-a6a8-64c929ba2eb2",
            "match": "https://api-prod.gambitprofit.com/api/matches/917df621-6f68-4a23-8b3c-fa3f284ea9e3/?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": "USC",
                        "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": "1cf58ac6-0c1e-41d5-b7a6-0b69edfb5a81",
                    "gambit_id": "d559779d-d57f-48fc-a97d-c1eeaf5c523c",
                    "last_updated": "2022-10-31T10:22:23.353892-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "USC",
                    "reward": "1.16000",
                    "odds": "1.16670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0618c92d-da10-4ac9-a6a8-64c929ba2eb2/?format=api"
                },
                {
                    "id": "56b597e2-5db5-45aa-b603-67f27f785a9c",
                    "gambit_id": "3d755329-a92a-4734-a334-bf9eb95c0bbc",
                    "last_updated": "2022-10-31T10:22:23.352837-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/0618c92d-da10-4ac9-a6a8-64c929ba2eb2/?format=api"
                }
            ]
        },
        {
            "id": "48309429-78e8-4126-986e-1568a997faec",
            "match": "https://api-prod.gambitprofit.com/api/matches/917df621-6f68-4a23-8b3c-fa3f284ea9e3/?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": "USC",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1ce68519-16ce-477b-a1da-a6b0341d002e",
                    "gambit_id": "2bf21894-71dc-4f76-aeae-afb903b10013",
                    "last_updated": "2022-10-31T10:22:23.355999-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arizona",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48309429-78e8-4126-986e-1568a997faec/?format=api"
                },
                {
                    "id": "b55c7c1f-55d6-4bda-a643-0bc3dc0ff21c",
                    "gambit_id": "8d90d011-bc42-4105-9839-ce89d3a80fed",
                    "last_updated": "2022-10-31T10:22:23.357045-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "USC",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-14.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48309429-78e8-4126-986e-1568a997faec/?format=api"
                }
            ]
        },
        {
            "id": "7cdac485-4deb-4af0-a843-e998b062f690",
            "match": "https://api-prod.gambitprofit.com/api/matches/917df621-6f68-4a23-8b3c-fa3f284ea9e3/?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 74",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 74",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "6a81b467-cfc6-4503-91cf-a8a83ccecabd",
                    "gambit_id": "9a4809b3-0c42-4b0a-970c-106433af135b",
                    "last_updated": "2022-10-31T10:22:23.350594-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 74",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "74.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cdac485-4deb-4af0-a843-e998b062f690/?format=api"
                },
                {
                    "id": "3e69cda2-2c90-4fb1-8ce3-053666f6a33f",
                    "gambit_id": "58ddb388-a468-4e02-9888-66a583dfba86",
                    "last_updated": "2022-10-31T10:22:23.349405-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 74",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "74.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cdac485-4deb-4af0-a843-e998b062f690/?format=api"
                }
            ]
        }
    ]
}