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/d8f3302b-5218-4a0d-8f7a-fa67a7cc9b8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8f3302b-5218-4a0d-8f7a-fa67a7cc9b8b",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "ab9c4085-5d20-4f43-9017-62cc08188840",
    "completed": true,
    "last_updated": "2023-05-18T11:47:20.345026-04:00",
    "created_at": "2023-05-17T11:06:51.639487-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.77,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/ab9c4085-5d20-4f43-9017-62cc08188840",
    "datetime": "2023-05-17T19:45:00-04:00",
    "cutoff_datetime": "2023-05-17T19:45:00-04:00",
    "name": "MIL (C Burnes) v. STL (M Liberatore)",
    "bettypes": [
        {
            "id": "73938902-b482-4f11-9a12-d20d586f616b",
            "match": "https://api-prod.gambitprofit.com/api/matches/d8f3302b-5218-4a0d-8f7a-fa67a7cc9b8b/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-05-17T11:06:51.654821-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": "STL (M Liberatore)",
                        "amount": 5260.0
                    },
                    {
                        "team": "MIL (C Burnes)",
                        "amount": 4740.0
                    }
                ],
                "expected_reward_tokens": 9573.2,
                "profit_sb": 73.2,
                "profit_sb_percentage": 0.77,
                "recommended": true
            },
            "lines": [
                {
                    "id": "59af17bb-bfee-466c-b7cc-97d440ec971a",
                    "gambit_id": "dacc6a34-b855-4b3c-97f5-962778e73ef9",
                    "last_updated": "2023-05-18T11:47:20.363564-04:00",
                    "created_at": "2023-05-17T11:06:51.658836-04:00",
                    "name": "STL (M Liberatore)",
                    "reward": "1.82000",
                    "odds": "1.85470",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73938902-b482-4f11-9a12-d20d586f616b/?format=api"
                },
                {
                    "id": "7025c387-784b-45c4-bfd0-e00452e5616f",
                    "gambit_id": "eccd8aff-de24-4e1c-8edf-287ac5a8d49a",
                    "last_updated": "2023-05-18T11:47:20.361868-04:00",
                    "created_at": "2023-05-17T11:06:51.656886-04:00",
                    "name": "MIL (C Burnes)",
                    "reward": "2.02000",
                    "odds": "2.07000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73938902-b482-4f11-9a12-d20d586f616b/?format=api"
                }
            ]
        },
        {
            "id": "e4339f1d-b84f-4fbb-8226-441ce5740692",
            "match": "https://api-prod.gambitprofit.com/api/matches/d8f3302b-5218-4a0d-8f7a-fa67a7cc9b8b/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-05-17T11:06:51.648362-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": "STL",
                        "amount": 6232.0
                    },
                    {
                        "team": "MIL",
                        "amount": 3768.0
                    }
                ],
                "expected_reward_tokens": 9533.04,
                "profit_sb": 33.04,
                "profit_sb_percentage": 0.35,
                "recommended": true
            },
            "lines": [
                {
                    "id": "ec1be2cc-2b72-479b-b290-335dc2b56492",
                    "gambit_id": "ddee87fb-53ae-482e-ac4e-c4cc87312c50",
                    "last_updated": "2023-05-18T11:47:20.357256-04:00",
                    "created_at": "2023-05-17T11:06:51.650384-04:00",
                    "name": "STL",
                    "reward": "1.53000",
                    "odds": "1.55560",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4339f1d-b84f-4fbb-8226-441ce5740692/?format=api"
                },
                {
                    "id": "c5ab8812-09db-48a6-939f-316fdc1c6bf7",
                    "gambit_id": "757a2908-aeda-4bc4-ba7a-a7437c5c91bd",
                    "last_updated": "2023-05-18T11:47:20.358916-04:00",
                    "created_at": "2023-05-17T11:06:51.652700-04:00",
                    "name": "MIL",
                    "reward": "2.53000",
                    "odds": "2.60000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4339f1d-b84f-4fbb-8226-441ce5740692/?format=api"
                }
            ]
        },
        {
            "id": "6a4cd83a-2e49-490c-bb11-9244fa740b7c",
            "match": "https://api-prod.gambitprofit.com/api/matches/d8f3302b-5218-4a0d-8f7a-fa67a7cc9b8b/?format=api",
            "name": "Over/Under",
            "created_at": "2023-05-17T11:06:51.642312-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 8",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 8",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3697ae2d-791d-43fb-92c1-b28edb6cf3dd",
                    "gambit_id": "620541db-17fa-4771-866a-64acf4038522",
                    "last_updated": "2023-05-18T11:47:20.350160-04:00",
                    "created_at": "2023-05-17T11:06:51.644148-04:00",
                    "name": "Game Total Under 8",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a4cd83a-2e49-490c-bb11-9244fa740b7c/?format=api"
                },
                {
                    "id": "ac755363-a503-4d01-8866-0c255460e34b",
                    "gambit_id": "6b1ed80c-1192-485c-854d-b8a7a1eed330",
                    "last_updated": "2023-05-18T11:47:20.352205-04:00",
                    "created_at": "2023-05-17T11:06:51.646221-04:00",
                    "name": "Game Total Over 8",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a4cd83a-2e49-490c-bb11-9244fa740b7c/?format=api"
                }
            ]
        }
    ]
}