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/e8bc35d8-b66f-47df-8c42-e6dcf8ad2715/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8bc35d8-b66f-47df-8c42-e6dcf8ad2715",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "35426ff8-690b-4611-bef9-d1feb14ebd78",
    "completed": true,
    "last_updated": "2023-05-14T10:57:12.221388-04:00",
    "created_at": "2023-05-11T11:17:06.413233-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.78,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/35426ff8-690b-4611-bef9-d1feb14ebd78",
    "datetime": "2023-05-11T14:10:00-04:00",
    "cutoff_datetime": "2023-05-11T14:10:00-04:00",
    "name": "CWS (M Clevinger) v. KAN (B Singer)",
    "bettypes": [
        {
            "id": "bb3f1e0c-d04a-4370-8161-43f05b6faa97",
            "match": "https://api-prod.gambitprofit.com/api/matches/e8bc35d8-b66f-47df-8c42-e6dcf8ad2715/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-05-11T11:17:06.426829-04: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": "CWS (M Clevinger)",
                        "amount": 5039.0
                    },
                    {
                        "team": "KAN (B Singer)",
                        "amount": 4961.0
                    }
                ],
                "expected_reward_tokens": 9574.1,
                "profit_sb": 74.1,
                "profit_sb_percentage": 0.78,
                "recommended": true
            },
            "lines": [
                {
                    "id": "ce591464-92c3-4776-a7fd-6326eb7b1201",
                    "gambit_id": "651d1460-e8c7-41a6-804a-36b905bbd76e",
                    "last_updated": "2023-05-14T10:57:12.234284-04:00",
                    "created_at": "2023-05-11T11:17:06.429974-04:00",
                    "name": "CWS (M Clevinger)",
                    "reward": "1.90000",
                    "odds": "1.93460",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb3f1e0c-d04a-4370-8161-43f05b6faa97/?format=api"
                },
                {
                    "id": "2879ed96-a634-4e29-8463-6f2f471cb188",
                    "gambit_id": "6f2f1fbf-634e-44b2-a462-2eea2b458915",
                    "last_updated": "2023-05-14T10:57:12.233004-04:00",
                    "created_at": "2023-05-11T11:17:06.428292-04:00",
                    "name": "KAN (B Singer)",
                    "reward": "1.93000",
                    "odds": "1.97090",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb3f1e0c-d04a-4370-8161-43f05b6faa97/?format=api"
                }
            ]
        },
        {
            "id": "291ff49c-a1a5-4985-99b0-4549b84ad39f",
            "match": "https://api-prod.gambitprofit.com/api/matches/e8bc35d8-b66f-47df-8c42-e6dcf8ad2715/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-05-11T11:17:06.422133-04: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": "CWS",
                        "amount": 6458.0
                    },
                    {
                        "team": "KAN",
                        "amount": 3542.0
                    }
                ],
                "expected_reward_tokens": 9492.56,
                "profit_sb": -7.44,
                "profit_sb_percentage": -0.08,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a41a7972-491b-4ba2-83d0-672e9299e45d",
                    "gambit_id": "4e5deed7-3162-4a06-a526-f105cd3006bd",
                    "last_updated": "2023-05-14T10:57:12.228925-04:00",
                    "created_at": "2023-05-11T11:17:06.423679-04:00",
                    "name": "CWS",
                    "reward": "1.47000",
                    "odds": "1.48780",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/291ff49c-a1a5-4985-99b0-4549b84ad39f/?format=api"
                },
                {
                    "id": "2e3f93cc-c03b-4da2-8f70-067b1536e8f3",
                    "gambit_id": "5835b9c1-747c-4de9-8bb5-ec302a54fdbf",
                    "last_updated": "2023-05-14T10:57:12.230288-04:00",
                    "created_at": "2023-05-11T11:17:06.425199-04:00",
                    "name": "KAN",
                    "reward": "2.68000",
                    "odds": "2.75000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/291ff49c-a1a5-4985-99b0-4549b84ad39f/?format=api"
                }
            ]
        },
        {
            "id": "53ddc67c-6b0c-47c1-845b-4f265db34cdf",
            "match": "https://api-prod.gambitprofit.com/api/matches/e8bc35d8-b66f-47df-8c42-e6dcf8ad2715/?format=api",
            "name": "Over/Under",
            "created_at": "2023-05-11T11:17:06.415139-04: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 9",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 9",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e50c88a6-ee4a-4e5c-b731-84ea10aa43e5",
                    "gambit_id": "c40f92d2-be3e-4ab2-a437-9a553cc8ad49",
                    "last_updated": "2023-05-14T10:57:12.224922-04:00",
                    "created_at": "2023-05-11T11:17:06.417682-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53ddc67c-6b0c-47c1-845b-4f265db34cdf/?format=api"
                },
                {
                    "id": "3a16fc58-3b5c-4361-9945-a9038cd4bec6",
                    "gambit_id": "b2912e55-1b7d-48e3-ba00-0abcbc3f955b",
                    "last_updated": "2023-05-14T10:57:12.226208-04:00",
                    "created_at": "2023-05-11T11:17:06.420066-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53ddc67c-6b0c-47c1-845b-4f265db34cdf/?format=api"
                }
            ]
        }
    ]
}