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/f87b5759-e556-4f86-a3ee-4ec764366f14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f87b5759-e556-4f86-a3ee-4ec764366f14",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "c5ac2114-66c9-4ea7-a095-4acb29f55860",
    "completed": true,
    "last_updated": "2022-11-06T16:23:11.665147-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.41,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/c5ac2114-66c9-4ea7-a095-4acb29f55860",
    "datetime": "2022-11-05T22:30:00-04:00",
    "cutoff_datetime": "2022-11-05T22:30:00-04:00",
    "name": "UCLA v. Arizona State",
    "bettypes": [
        {
            "id": "20c4ae8c-013d-46fd-8c13-5a7469af72b9",
            "match": "https://api-prod.gambitprofit.com/api/matches/f87b5759-e556-4f86-a3ee-4ec764366f14/?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": "UCLA",
                        "amount": 7555.0
                    },
                    {
                        "team": "Arizona State",
                        "amount": 2445.0
                    }
                ],
                "expected_reward_tokens": 9217.1,
                "profit_sb": 217.1,
                "profit_sb_percentage": 2.41,
                "recommended": true
            },
            "lines": [
                {
                    "id": "3713c8b2-f933-4456-969c-764e68e33095",
                    "gambit_id": "c4bb7d46-ed70-47f0-9eb9-c461e806caf9",
                    "last_updated": "2022-11-06T16:23:11.672028-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UCLA",
                    "reward": "1.22000",
                    "odds": "1.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20c4ae8c-013d-46fd-8c13-5a7469af72b9/?format=api"
                },
                {
                    "id": "a1036f98-f7da-4af9-9dd8-caa51e58b880",
                    "gambit_id": "a97c1f4c-5cbb-48b2-a3fa-159e08bfcaf5",
                    "last_updated": "2022-11-06T16:23:11.671055-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arizona State",
                    "reward": "3.77000",
                    "odds": "4.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20c4ae8c-013d-46fd-8c13-5a7469af72b9/?format=api"
                }
            ]
        },
        {
            "id": "a640da4c-bcb6-48cf-8721-66cdafbb99e7",
            "match": "https://api-prod.gambitprofit.com/api/matches/f87b5759-e556-4f86-a3ee-4ec764366f14/?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": "UCLA",
                        "amount": 5097.0
                    },
                    {
                        "team": "Arizona State",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "ee6c38a7-50bc-401b-9376-dc8b055ff5ac",
                    "gambit_id": "ab279588-4bc6-4281-9443-0758400a9b86",
                    "last_updated": "2022-11-06T16:23:11.674966-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UCLA",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "-11.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a640da4c-bcb6-48cf-8721-66cdafbb99e7/?format=api"
                },
                {
                    "id": "0f69032a-799e-4cbe-adc9-9967dcf7d04c",
                    "gambit_id": "fba39242-468b-4083-bc3b-34a23180d360",
                    "last_updated": "2022-11-06T16:23:11.673948-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arizona State",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": "11.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a640da4c-bcb6-48cf-8721-66cdafbb99e7/?format=api"
                }
            ]
        },
        {
            "id": "c41c87bc-40fb-4ff1-89ef-3a192eb00463",
            "match": "https://api-prod.gambitprofit.com/api/matches/f87b5759-e556-4f86-a3ee-4ec764366f14/?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 67",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 67",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8cc85e77-68dd-4069-8052-37766fd91e1c",
                    "gambit_id": "a4b9c5e2-9b37-4a3c-9275-587542bc9258",
                    "last_updated": "2022-11-06T16:23:11.667964-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 67",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "67.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c41c87bc-40fb-4ff1-89ef-3a192eb00463/?format=api"
                },
                {
                    "id": "d8571429-01fe-4f55-b53c-5628828a02ff",
                    "gambit_id": "f922fbdc-0d9d-4c77-8060-1daa0a8b91cd",
                    "last_updated": "2022-11-06T16:23:11.669126-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 67",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "67.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c41c87bc-40fb-4ff1-89ef-3a192eb00463/?format=api"
                }
            ]
        }
    ]
}