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/19f4dc1c-980b-4f12-b9ce-9a6dfcd5af15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19f4dc1c-980b-4f12-b9ce-9a6dfcd5af15",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "7df7368d-bbb6-41d6-b7a9-de591a441c2a",
    "completed": true,
    "last_updated": "2022-09-25T21:32:25.123619-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.79,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/7df7368d-bbb6-41d6-b7a9-de591a441c2a",
    "datetime": "2022-09-24T22:30:00-04:00",
    "cutoff_datetime": "2022-09-24T22:30:00-04:00",
    "name": "Western Michigan v. San Jose State",
    "bettypes": [
        {
            "id": "b7876be5-e39e-4e84-be66-9e152df7f21b",
            "match": "https://api-prod.gambitprofit.com/api/matches/19f4dc1c-980b-4f12-b9ce-9a6dfcd5af15/?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": "San Jose State",
                        "amount": 6957.0
                    },
                    {
                        "team": "Western Michigan",
                        "amount": 3043.0
                    }
                ],
                "expected_reward_tokens": 9250.72,
                "profit_sb": 250.72,
                "profit_sb_percentage": 2.79,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7821965c-b1a6-44bf-9e68-9b7b00ec20c8",
                    "gambit_id": "cafed17f-3970-440b-81e7-56198a22b272",
                    "last_updated": "2022-09-25T21:32:25.129272-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Jose State",
                    "reward": "1.33000",
                    "odds": "1.37040",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7876be5-e39e-4e84-be66-9e152df7f21b/?format=api"
                },
                {
                    "id": "de4ffeb4-7a4b-4377-b85c-f92fd2d0198d",
                    "gambit_id": "8189e266-4ef3-4a16-8888-7dbb85746ffb",
                    "last_updated": "2022-09-25T21:32:25.130268-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Western Michigan",
                    "reward": "3.04000",
                    "odds": "3.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7876be5-e39e-4e84-be66-9e152df7f21b/?format=api"
                }
            ]
        },
        {
            "id": "ab9407de-c582-4c3b-937d-1a19d75494a0",
            "match": "https://api-prod.gambitprofit.com/api/matches/19f4dc1c-980b-4f12-b9ce-9a6dfcd5af15/?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": "San Jose State",
                        "amount": 5207.0
                    },
                    {
                        "team": "Western Michigan",
                        "amount": 4793.0
                    }
                ],
                "expected_reward_tokens": 9058.77,
                "profit_sb": 58.77,
                "profit_sb_percentage": 0.65,
                "recommended": true
            },
            "lines": [
                {
                    "id": "2f2c9a98-3c52-4e25-b82d-a1150f6d6400",
                    "gambit_id": "e81265f9-cfbf-44c4-881e-106c224e374b",
                    "last_updated": "2022-09-25T21:32:25.132220-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Jose State",
                    "reward": "1.74000",
                    "odds": "1.83330",
                    "spread": "-6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab9407de-c582-4c3b-937d-1a19d75494a0/?format=api"
                },
                {
                    "id": "0bd47564-ca6b-45fd-8977-31a904ccb649",
                    "gambit_id": "d82af9fb-6641-4d70-95e8-0fee49952637",
                    "last_updated": "2022-09-25T21:32:25.133195-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Western Michigan",
                    "reward": "1.89000",
                    "odds": "2.00000",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab9407de-c582-4c3b-937d-1a19d75494a0/?format=api"
                }
            ]
        },
        {
            "id": "3fe63fff-d3fa-4486-b78b-9ec5bbc27ef6",
            "match": "https://api-prod.gambitprofit.com/api/matches/19f4dc1c-980b-4f12-b9ce-9a6dfcd5af15/?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 48.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 48.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "6f729045-e5ce-42df-b0b7-ea7de7f375c4",
                    "gambit_id": "281d3903-6eee-4835-b010-07a5fce91cdd",
                    "last_updated": "2022-09-25T21:32:25.126112-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 48.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "48.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fe63fff-d3fa-4486-b78b-9ec5bbc27ef6/?format=api"
                },
                {
                    "id": "da8a9e60-1c57-4618-a9cc-d69296b3e955",
                    "gambit_id": "9fb2f850-3c21-42fb-bd7f-fc84e10b0a76",
                    "last_updated": "2022-09-25T21:32:25.127124-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 48.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "48.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fe63fff-d3fa-4486-b78b-9ec5bbc27ef6/?format=api"
                }
            ]
        }
    ]
}