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/92647ffe-3cca-423b-b092-53a6a958c322/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92647ffe-3cca-423b-b092-53a6a958c322",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "3cfd2933-f1e3-488a-a262-e39c65c08c7e",
    "completed": true,
    "last_updated": "2023-08-14T10:43:12.910229-04:00",
    "created_at": "2023-08-12T09:43:05.466572-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.05,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/3cfd2933-f1e3-488a-a262-e39c65c08c7e",
    "datetime": "2023-08-12T19:10:00-04:00",
    "cutoff_datetime": "2023-08-12T19:10:00-04:00",
    "name": "STL (S Matz) v. KAN (C Ragans)",
    "bettypes": [
        {
            "id": "effd1e2a-bedf-47e4-9693-31e88a9a3f69",
            "match": "https://api-prod.gambitprofit.com/api/matches/92647ffe-3cca-423b-b092-53a6a958c322/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-08-12T09:43:05.484776-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 (S Matz)",
                        "amount": 5714.0
                    },
                    {
                        "team": "KAN (C Ragans)",
                        "amount": 4286.0
                    }
                ],
                "expected_reward_tokens": 9599.52,
                "profit_sb": 99.52,
                "profit_sb_percentage": 1.05,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e897f761-1413-4ab9-8044-e55e578dbb3f",
                    "gambit_id": "fdb47f23-a5aa-44ca-ab0a-28ef9ea028c7",
                    "last_updated": "2023-08-14T10:43:12.918361-04:00",
                    "created_at": "2023-08-12T09:43:05.498026-04:00",
                    "name": "STL (S Matz)",
                    "reward": "1.68000",
                    "odds": "1.71430",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/effd1e2a-bedf-47e4-9693-31e88a9a3f69/?format=api"
                },
                {
                    "id": "df415f58-3732-4907-b461-e8e10bf0b276",
                    "gambit_id": "13efe619-1a6a-4bc2-91d6-7e4cf0396467",
                    "last_updated": "2023-08-14T10:43:12.921914-04:00",
                    "created_at": "2023-08-12T09:43:05.504713-04:00",
                    "name": "KAN (C Ragans)",
                    "reward": "2.24000",
                    "odds": "2.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/effd1e2a-bedf-47e4-9693-31e88a9a3f69/?format=api"
                }
            ]
        },
        {
            "id": "bdba4b71-da73-43c9-8fdf-b4cf6c8ea69f",
            "match": "https://api-prod.gambitprofit.com/api/matches/92647ffe-3cca-423b-b092-53a6a958c322/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-08-12T09:43:05.513132-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": "KAN",
                        "amount": 5423.0
                    },
                    {
                        "team": "STL",
                        "amount": 4577.0
                    }
                ],
                "expected_reward_tokens": 9381.79,
                "profit_sb": -118.21,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e0f728d0-4f28-4c6b-a7d9-18f39445dcae",
                    "gambit_id": "7d9df309-8c40-4038-af23-309a3dac367c",
                    "last_updated": "2023-08-14T10:43:12.932761-04:00",
                    "created_at": "2023-08-12T09:43:05.525726-04:00",
                    "name": "KAN",
                    "reward": "1.73000",
                    "odds": "1.76920",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdba4b71-da73-43c9-8fdf-b4cf6c8ea69f/?format=api"
                },
                {
                    "id": "4c6b2cfb-adc6-4f4b-8644-9c92ac4ac475",
                    "gambit_id": "f6888961-26b7-4909-adca-7eec84241f8b",
                    "last_updated": "2023-08-14T10:43:12.929250-04:00",
                    "created_at": "2023-08-12T09:43:05.519498-04:00",
                    "name": "STL",
                    "reward": "2.05000",
                    "odds": "2.10000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdba4b71-da73-43c9-8fdf-b4cf6c8ea69f/?format=api"
                }
            ]
        },
        {
            "id": "1cce06b5-488d-4071-a0da-7e8c0aaaa04f",
            "match": "https://api-prod.gambitprofit.com/api/matches/92647ffe-3cca-423b-b092-53a6a958c322/?format=api",
            "name": "Over/Under",
            "created_at": "2023-08-12T09:43:05.531770-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 Over 9",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Under 9",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b877f031-8b57-4bc3-8168-a252c30bc428",
                    "gambit_id": "fe9a3931-a98b-4e67-a050-fbb9e14dfe0a",
                    "last_updated": "2023-08-14T10:43:12.939457-04:00",
                    "created_at": "2023-08-12T09:43:05.538693-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cce06b5-488d-4071-a0da-7e8c0aaaa04f/?format=api"
                },
                {
                    "id": "091d42fe-9713-47c2-9051-84ae3e74b68e",
                    "gambit_id": "83644574-4584-4d72-a7bf-4fc8c8cf63f5",
                    "last_updated": "2023-08-14T10:43:12.942737-04:00",
                    "created_at": "2023-08-12T09:43:05.544841-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cce06b5-488d-4071-a0da-7e8c0aaaa04f/?format=api"
                }
            ]
        }
    ]
}