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/25c641b9-e548-4af2-8ca9-570e78c5c4e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25c641b9-e548-4af2-8ca9-570e78c5c4e5",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "a1cd5a1d-7892-4d7b-909e-0d0bcc9fa16e",
    "completed": true,
    "last_updated": "2022-09-24T21:12:26.154666-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.8,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/a1cd5a1d-7892-4d7b-909e-0d0bcc9fa16e",
    "datetime": "2022-09-23T19:10:00-04:00",
    "cutoff_datetime": "2022-09-23T19:10:00-04:00",
    "name": "TOR (M White) v. TAM (J Springs)",
    "bettypes": [
        {
            "id": "e9e5459e-afa1-4c5e-8c8c-02adb768e651",
            "match": "https://api-prod.gambitprofit.com/api/matches/25c641b9-e548-4af2-8ca9-570e78c5c4e5/?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": "TAM (J Springs)",
                        "amount": 5676.0
                    },
                    {
                        "team": "TOR (M White)",
                        "amount": 4324.0
                    }
                ],
                "expected_reward_tokens": 9251.88,
                "profit_sb": 251.88,
                "profit_sb_percentage": 2.8,
                "recommended": true
            },
            "lines": [
                {
                    "id": "5897beb5-df8d-4af7-be70-1a92252d11ff",
                    "gambit_id": "903c24bb-daf2-4138-bb92-3eef8cefa3ec",
                    "last_updated": "2022-09-24T21:12:26.164506-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "TAM (J Springs)",
                    "reward": "1.63000",
                    "odds": "1.71430",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e5459e-afa1-4c5e-8c8c-02adb768e651/?format=api"
                },
                {
                    "id": "e9fb3bc2-ecf4-4725-bffb-e88fb898d947",
                    "gambit_id": "e7299dc6-1352-40eb-a7d7-d9bd5e9da673",
                    "last_updated": "2022-09-24T21:12:26.163481-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "TOR (M White)",
                    "reward": "2.14000",
                    "odds": "2.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e5459e-afa1-4c5e-8c8c-02adb768e651/?format=api"
                }
            ]
        },
        {
            "id": "ebed69cd-926b-42d2-af69-bcfba4086c5d",
            "match": "https://api-prod.gambitprofit.com/api/matches/25c641b9-e548-4af2-8ca9-570e78c5c4e5/?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": "TOR",
                        "amount": 6114.0
                    },
                    {
                        "team": "TAM",
                        "amount": 3886.0
                    }
                ],
                "expected_reward_tokens": 9170.96,
                "profit_sb": 170.96,
                "profit_sb_percentage": 1.9,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e290f46a-4498-4d1d-af75-6b7740c18266",
                    "gambit_id": "2e6a16f4-ad13-49e7-aee4-a97fa86d1d09",
                    "last_updated": "2022-09-24T21:12:26.160344-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "TOR",
                    "reward": "1.50000",
                    "odds": "1.57140",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebed69cd-926b-42d2-af69-bcfba4086c5d/?format=api"
                },
                {
                    "id": "c732cc39-7a91-4244-b101-d060dd80cb05",
                    "gambit_id": "4fb4263c-29c2-4ace-be93-770867d7d84d",
                    "last_updated": "2022-09-24T21:12:26.161425-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "TAM",
                    "reward": "2.36000",
                    "odds": "2.55000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebed69cd-926b-42d2-af69-bcfba4086c5d/?format=api"
                }
            ]
        },
        {
            "id": "05f73fda-667b-4a10-86bf-92a60388f4e4",
            "match": "https://api-prod.gambitprofit.com/api/matches/25c641b9-e548-4af2-8ca9-570e78c5c4e5/?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 7.5",
                        "amount": 5208.0
                    },
                    {
                        "team": "Game Total Over 7.5",
                        "amount": 4792.0
                    }
                ],
                "expected_reward_tokens": 9008.96,
                "profit_sb": 8.96,
                "profit_sb_percentage": 0.1,
                "recommended": true
            },
            "lines": [
                {
                    "id": "5f5cfe52-39e7-43be-a086-ca6b2cc5ffe9",
                    "gambit_id": "0673ee45-23e4-4935-ac92-c943c17547ee",
                    "last_updated": "2022-09-24T21:12:26.157209-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 7.5",
                    "reward": "1.73000",
                    "odds": "1.83330",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05f73fda-667b-4a10-86bf-92a60388f4e4/?format=api"
                },
                {
                    "id": "0a02aacf-9936-46f0-9e1f-ac0c2cca76b2",
                    "gambit_id": "a243a622-1f3d-411c-b444-67bf5b8a11aa",
                    "last_updated": "2022-09-24T21:12:26.158261-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 7.5",
                    "reward": "1.88000",
                    "odds": "2.00000",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05f73fda-667b-4a10-86bf-92a60388f4e4/?format=api"
                }
            ]
        }
    ]
}