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/09b2d2d3-634e-4744-94f3-cc1edd1744f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09b2d2d3-634e-4744-94f3-cc1edd1744f1",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "97d73407-8452-455a-9a0c-339a4a43272b",
    "completed": true,
    "last_updated": "2022-09-25T19:57:05.775026-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.97,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/97d73407-8452-455a-9a0c-339a4a43272b",
    "datetime": "2022-09-24T15:30:00-04:00",
    "cutoff_datetime": "2022-09-24T15:30:00-04:00",
    "name": "Indiana v. Cincinnati",
    "bettypes": [
        {
            "id": "99f8f20a-484b-48af-b662-ef4ec013a2a1",
            "match": "https://api-prod.gambitprofit.com/api/matches/09b2d2d3-634e-4744-94f3-cc1edd1744f1/?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": "Cincinnati",
                        "amount": 8430.0
                    },
                    {
                        "team": "Indiana",
                        "amount": 1570.0
                    }
                ],
                "expected_reward_tokens": 9357.2,
                "profit_sb": 357.2,
                "profit_sb_percentage": 3.97,
                "recommended": true
            },
            "lines": [
                {
                    "id": "93cae063-1ea4-437f-8cbd-c74d6e7fa0b2",
                    "gambit_id": "25ff5ca3-9e25-4a1c-ab00-cd7d3552f704",
                    "last_updated": "2022-09-25T19:57:05.781611-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cincinnati",
                    "reward": "1.11000",
                    "odds": "1.12120",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99f8f20a-484b-48af-b662-ef4ec013a2a1/?format=api"
                },
                {
                    "id": "97345793-3ed2-4e81-a792-9257c9ecd027",
                    "gambit_id": "7c32c843-1d78-474e-ac23-46869b270137",
                    "last_updated": "2022-09-25T19:57:05.782801-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Indiana",
                    "reward": "5.96000",
                    "odds": "6.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99f8f20a-484b-48af-b662-ef4ec013a2a1/?format=api"
                }
            ]
        },
        {
            "id": "92b1a53a-179c-45dd-af8c-3cbfd27081e4",
            "match": "https://api-prod.gambitprofit.com/api/matches/09b2d2d3-634e-4744-94f3-cc1edd1744f1/?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": "Cincinnati",
                        "amount": 5097.0
                    },
                    {
                        "team": "Indiana",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e70d3a0f-70bd-429e-a176-a7efb57c063a",
                    "gambit_id": "4523ae28-75f2-4f4f-8e3b-de76892a20e7",
                    "last_updated": "2022-09-25T19:57:05.786675-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cincinnati",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "-16.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92b1a53a-179c-45dd-af8c-3cbfd27081e4/?format=api"
                },
                {
                    "id": "5151f55e-35e1-4ed1-b543-630477dbb47e",
                    "gambit_id": "b659cc70-befc-4292-9252-921aa019e812",
                    "last_updated": "2022-09-25T19:57:05.785400-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Indiana",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": "16.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92b1a53a-179c-45dd-af8c-3cbfd27081e4/?format=api"
                }
            ]
        },
        {
            "id": "20292da9-72eb-40f2-a6fb-fa554ee98fd5",
            "match": "https://api-prod.gambitprofit.com/api/matches/09b2d2d3-634e-4744-94f3-cc1edd1744f1/?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 57",
                        "amount": 5097.0
                    },
                    {
                        "team": "Game Total Under 57",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "1b431e44-f584-476e-aa79-f39653ae7f7a",
                    "gambit_id": "69fb4674-b96f-4e44-943c-35bdc53ae571",
                    "last_updated": "2022-09-25T19:57:05.779197-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 57",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "57.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20292da9-72eb-40f2-a6fb-fa554ee98fd5/?format=api"
                },
                {
                    "id": "645f584d-44f5-4bd0-be4d-b2a1a6047467",
                    "gambit_id": "bf058b90-c2a2-4943-81f4-6e6017a70f75",
                    "last_updated": "2022-09-25T19:57:05.777998-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 57",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": "57.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20292da9-72eb-40f2-a6fb-fa554ee98fd5/?format=api"
                }
            ]
        }
    ]
}