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/1aaacd2b-97d0-400c-8aa4-47538f03620e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1aaacd2b-97d0-400c-8aa4-47538f03620e",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "8046b22a-3d22-440f-b3c3-72f6b913a0af",
    "completed": true,
    "last_updated": "2022-10-23T09:22:15.533623-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.02,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/8046b22a-3d22-440f-b3c3-72f6b913a0af",
    "datetime": "2022-10-22T12:00:00-04:00",
    "cutoff_datetime": "2022-10-22T12:00:00-04:00",
    "name": "Kansas v. Baylor",
    "bettypes": [
        {
            "id": "2089959c-b6bd-4b12-af78-e5d0de88a68b",
            "match": "https://api-prod.gambitprofit.com/api/matches/1aaacd2b-97d0-400c-8aa4-47538f03620e/?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": "Baylor",
                        "amount": 7660.0
                    },
                    {
                        "team": "Kansas",
                        "amount": 2340.0
                    }
                ],
                "expected_reward_tokens": 9498.4,
                "profit_sb": -1.6,
                "profit_sb_percentage": -0.02,
                "recommended": false
            },
            "lines": [
                {
                    "id": "659d8267-4133-40e8-8d97-8f71409cdd5d",
                    "gambit_id": "90ce40e8-f908-49fe-8a3f-c844f0e5b03a",
                    "last_updated": "2022-10-23T09:22:15.539907-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Baylor",
                    "reward": "1.24000",
                    "odds": "1.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2089959c-b6bd-4b12-af78-e5d0de88a68b/?format=api"
                },
                {
                    "id": "a1269d98-8db1-4b46-8b1f-450fc3b02dda",
                    "gambit_id": "1341fd98-fca8-4c9c-9ed9-3edaa396b639",
                    "last_updated": "2022-10-23T09:22:15.541027-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas",
                    "reward": "4.06000",
                    "odds": "4.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2089959c-b6bd-4b12-af78-e5d0de88a68b/?format=api"
                }
            ]
        },
        {
            "id": "cc1970c8-cd3d-40df-8080-8ca3fa2426bb",
            "match": "https://api-prod.gambitprofit.com/api/matches/1aaacd2b-97d0-400c-8aa4-47538f03620e/?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": "Baylor",
                        "amount": 5000.0
                    },
                    {
                        "team": "Kansas",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "09678809-dd95-47e2-8c71-8e051bdd6f56",
                    "gambit_id": "6a302456-af84-4ccf-914a-127366ec3a08",
                    "last_updated": "2022-10-23T09:22:15.543157-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Baylor",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc1970c8-cd3d-40df-8080-8ca3fa2426bb/?format=api"
                },
                {
                    "id": "a2e429eb-d72f-4b4c-8001-1a2fd8433172",
                    "gambit_id": "f45186dc-be55-474e-bac8-febe568f771a",
                    "last_updated": "2022-10-23T09:22:15.544178-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc1970c8-cd3d-40df-8080-8ca3fa2426bb/?format=api"
                }
            ]
        },
        {
            "id": "4a1d37db-3a0e-42f7-ac79-f13f7cb75a77",
            "match": "https://api-prod.gambitprofit.com/api/matches/1aaacd2b-97d0-400c-8aa4-47538f03620e/?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 56.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 56.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7245a0a1-c37e-4bf0-83bd-9a8a30469ac8",
                    "gambit_id": "eaae7e0b-f526-48e1-b681-6132a03d6480",
                    "last_updated": "2022-10-23T09:22:15.537667-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 56.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "56.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a1d37db-3a0e-42f7-ac79-f13f7cb75a77/?format=api"
                },
                {
                    "id": "1541c39a-8cbc-452c-ab71-290d93264902",
                    "gambit_id": "8908b83e-2aea-401f-9afd-277678bd6d72",
                    "last_updated": "2022-10-23T09:22:15.536463-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 56.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "56.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a1d37db-3a0e-42f7-ac79-f13f7cb75a77/?format=api"
                }
            ]
        }
    ]
}