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/4e7fd4b0-d5ef-4633-a498-8ff249d367b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e7fd4b0-d5ef-4633-a498-8ff249d367b1",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "714f91db-073a-4fa6-b434-f3f786b2845e",
    "completed": true,
    "last_updated": "2022-09-18T20:32:16.224664-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.66,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/714f91db-073a-4fa6-b434-f3f786b2845e",
    "datetime": "2022-09-17T15:30:00-04:00",
    "cutoff_datetime": "2022-09-17T15:30:00-04:00",
    "name": "Penn State v. Auburn",
    "bettypes": [
        {
            "id": "cbc73212-6b4a-4f11-b671-c27ee43a21ff",
            "match": "https://api-prod.gambitprofit.com/api/matches/4e7fd4b0-d5ef-4633-a498-8ff249d367b1/?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": "Penn State",
                        "amount": 5580.0
                    },
                    {
                        "team": "Auburn",
                        "amount": 4420.0
                    }
                ],
                "expected_reward_tokens": 9149.4,
                "profit_sb": 149.4,
                "profit_sb_percentage": 1.66,
                "recommended": true
            },
            "lines": [
                {
                    "id": "6b6fe68c-ebe3-49e1-bc27-a1dfdbfa755c",
                    "gambit_id": "adeedb2b-693a-44cc-9e40-b60669793653",
                    "last_updated": "2022-09-18T20:32:16.231674-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Penn State",
                    "reward": "1.64000",
                    "odds": "1.71430",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbc73212-6b4a-4f11-b671-c27ee43a21ff/?format=api"
                },
                {
                    "id": "febf5679-273e-46d1-a4e0-f3df297eaa2a",
                    "gambit_id": "cc15a575-8da7-42f8-aff8-00231d388bd9",
                    "last_updated": "2022-09-18T20:32:16.230699-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Auburn",
                    "reward": "2.07000",
                    "odds": "2.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbc73212-6b4a-4f11-b671-c27ee43a21ff/?format=api"
                }
            ]
        },
        {
            "id": "75cb8ef8-f259-4ec8-8e86-671139117977",
            "match": "https://api-prod.gambitprofit.com/api/matches/4e7fd4b0-d5ef-4633-a498-8ff249d367b1/?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": "Penn State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Auburn",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "da352272-a153-475d-9b4f-95c50bf3c5d6",
                    "gambit_id": "52ce77dd-2e93-4b60-8b70-ebc90c4983a1",
                    "last_updated": "2022-09-18T20:32:16.234596-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Penn State",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75cb8ef8-f259-4ec8-8e86-671139117977/?format=api"
                },
                {
                    "id": "47c0cb01-bff3-4066-bedb-bcd468bc047b",
                    "gambit_id": "3dbec913-8aff-40a4-ac7c-05e5ea7bbf19",
                    "last_updated": "2022-09-18T20:32:16.233612-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Auburn",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75cb8ef8-f259-4ec8-8e86-671139117977/?format=api"
                }
            ]
        },
        {
            "id": "32860213-9589-4af4-8d48-3410951fdcfa",
            "match": "https://api-prod.gambitprofit.com/api/matches/4e7fd4b0-d5ef-4633-a498-8ff249d367b1/?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 47.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 47.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "82604bce-a0f3-48d4-99d2-524fd076f7a7",
                    "gambit_id": "125c131b-11b9-4a5e-a027-9e4efeb7f1c4",
                    "last_updated": "2022-09-18T20:32:16.227548-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 47.5",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "47.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32860213-9589-4af4-8d48-3410951fdcfa/?format=api"
                },
                {
                    "id": "6e05332b-4ef6-4493-8b21-350b52560634",
                    "gambit_id": "916892d2-d625-41c8-ae8b-6f918c90d709",
                    "last_updated": "2022-09-18T20:32:16.228743-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 47.5",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "47.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32860213-9589-4af4-8d48-3410951fdcfa/?format=api"
                }
            ]
        }
    ]
}