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/9340e12d-1c14-4c9c-a8e3-403bd6481ea8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9340e12d-1c14-4c9c-a8e3-403bd6481ea8",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "8f05e7c1-0701-4b7d-9332-5b9527e8eb38",
    "completed": true,
    "last_updated": "2022-10-03T09:52:30.470914-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.63,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/8f05e7c1-0701-4b7d-9332-5b9527e8eb38",
    "datetime": "2022-10-01T15:30:00-04:00",
    "cutoff_datetime": "2022-10-01T15:30:00-04:00",
    "name": "Rutgers v. Ohio State",
    "bettypes": [
        {
            "id": "effa05d1-5026-4df6-b909-72b9422a4fba",
            "match": "https://api-prod.gambitprofit.com/api/matches/9340e12d-1c14-4c9c-a8e3-403bd6481ea8/?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": "Rutgers",
                        "amount": 5000.0
                    },
                    {
                        "team": "Ohio State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": -250.0,
                "profit_sb_percentage": -2.63,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3b639f76-2bba-4164-81db-227644222d9e",
                    "gambit_id": "f802ead9-6946-4a5f-bd8a-a198c209eec1",
                    "last_updated": "2022-10-03T09:52:30.477804-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Rutgers",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "39.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/effa05d1-5026-4df6-b909-72b9422a4fba/?format=api"
                },
                {
                    "id": "ce67ff79-1943-49d2-a4c4-82069aa61b02",
                    "gambit_id": "13d437a8-a2d7-4d9f-bd21-6218366bda6e",
                    "last_updated": "2022-10-03T09:52:30.476810-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Ohio State",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "-39.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/effa05d1-5026-4df6-b909-72b9422a4fba/?format=api"
                }
            ]
        },
        {
            "id": "201f0f55-7365-4be3-911b-b1d9e68995a9",
            "match": "https://api-prod.gambitprofit.com/api/matches/9340e12d-1c14-4c9c-a8e3-403bd6481ea8/?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 58",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 58",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": -250.0,
                "profit_sb_percentage": -2.63,
                "recommended": false
            },
            "lines": [
                {
                    "id": "cded8a48-ca11-49f8-88c4-7654ff41226a",
                    "gambit_id": "c92618f6-c135-4e3b-92ce-2bd9dcfbe477",
                    "last_updated": "2022-10-03T09:52:30.473734-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 58",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "58.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/201f0f55-7365-4be3-911b-b1d9e68995a9/?format=api"
                },
                {
                    "id": "2fe6e74e-364f-470f-a3ff-b8d3a1a74a7e",
                    "gambit_id": "7b5f00da-cfb6-4527-a02c-1fa13631d2f5",
                    "last_updated": "2022-10-03T09:52:30.474787-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 58",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "58.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/201f0f55-7365-4be3-911b-b1d9e68995a9/?format=api"
                }
            ]
        }
    ]
}