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/bad1572d-9d79-480a-afb4-0fa8fd972a2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bad1572d-9d79-480a-afb4-0fa8fd972a2c",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "202e178f-ee16-40a1-bd57-af7297e68fd4",
    "completed": true,
    "last_updated": "2022-10-31T10:17:28.067300-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.31,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/202e178f-ee16-40a1-bd57-af7297e68fd4",
    "datetime": "2022-10-29T19:30:00-04:00",
    "cutoff_datetime": "2022-10-29T19:30:00-04:00",
    "name": "Arizona State v. Colorado",
    "bettypes": [
        {
            "id": "8f2c7146-d815-4741-bcc5-65ecaa31ed6b",
            "match": "https://api-prod.gambitprofit.com/api/matches/bad1572d-9d79-480a-afb4-0fa8fd972a2c/?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": "Arizona State",
                        "amount": 7959.0
                    },
                    {
                        "team": "Colorado",
                        "amount": 2041.0
                    }
                ],
                "expected_reward_tokens": 9470.24,
                "profit_sb": -29.76,
                "profit_sb_percentage": -0.31,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e08ac3d0-abaf-410b-b457-51431ab70d46",
                    "gambit_id": "f7bf46f1-acf6-41af-9ca3-a8d546f026fe",
                    "last_updated": "2022-10-31T10:17:28.072748-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arizona State",
                    "reward": "1.19000",
                    "odds": "1.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f2c7146-d815-4741-bcc5-65ecaa31ed6b/?format=api"
                },
                {
                    "id": "7d3feb55-d819-4f43-b015-cc51ed74465d",
                    "gambit_id": "916e6be3-a7e5-44a0-9f20-903069d75caf",
                    "last_updated": "2022-10-31T10:17:28.073672-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Colorado",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f2c7146-d815-4741-bcc5-65ecaa31ed6b/?format=api"
                }
            ]
        },
        {
            "id": "b22f070e-962c-44f7-a0e2-3a7948e740e0",
            "match": "https://api-prod.gambitprofit.com/api/matches/bad1572d-9d79-480a-afb4-0fa8fd972a2c/?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": "Colorado",
                        "amount": 5000.0
                    },
                    {
                        "team": "Arizona State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d0c77f79-184d-4bb7-86de-3ff89ec38140",
                    "gambit_id": "816eb56d-197e-4f0d-86c2-c0099eb90117",
                    "last_updated": "2022-10-31T10:17:28.075508-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Colorado",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "13.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b22f070e-962c-44f7-a0e2-3a7948e740e0/?format=api"
                },
                {
                    "id": "9dd3ed76-8960-43e5-8a6d-5361fba7b7ff",
                    "gambit_id": "9af5169e-0c5f-46d5-9d3c-3f53bc73cc08",
                    "last_updated": "2022-10-31T10:17:28.076431-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arizona State",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-13.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b22f070e-962c-44f7-a0e2-3a7948e740e0/?format=api"
                }
            ]
        },
        {
            "id": "efc4c055-bb7b-4757-9b18-be7a931eb576",
            "match": "https://api-prod.gambitprofit.com/api/matches/bad1572d-9d79-480a-afb4-0fa8fd972a2c/?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": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "61470577-bcac-491b-aa63-f69a30d31f8b",
                    "gambit_id": "5a0c98c6-0458-43cd-82ac-4f32e3e5381b",
                    "last_updated": "2022-10-31T10:17:28.069972-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 48.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "48.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efc4c055-bb7b-4757-9b18-be7a931eb576/?format=api"
                },
                {
                    "id": "ef8b478d-f9ac-4afc-9414-54537049b817",
                    "gambit_id": "bbf15975-7eff-4717-ae5c-cd7e3ded188e",
                    "last_updated": "2022-10-31T10:17:28.070904-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 48.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "48.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efc4c055-bb7b-4757-9b18-be7a931eb576/?format=api"
                }
            ]
        }
    ]
}