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/b4c919bf-17f9-4dfe-a986-9cc6d7078af5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4c919bf-17f9-4dfe-a986-9cc6d7078af5",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "1542900a-100f-45ab-b170-778d53286183",
    "completed": true,
    "last_updated": "2023-04-28T11:22:25.122042-04:00",
    "created_at": "2023-04-27T11:52:00.605587-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.32,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/1542900a-100f-45ab-b170-778d53286183",
    "datetime": "2023-04-27T16:07:00-04:00",
    "cutoff_datetime": "2023-04-27T16:07:00-04:00",
    "name": "OAK (J Sears) v. LAA (S Ohtani)",
    "bettypes": [
        {
            "id": "f79bf9d6-2448-4a9c-ae03-52cd172db43c",
            "match": "https://api-prod.gambitprofit.com/api/matches/b4c919bf-17f9-4dfe-a986-9cc6d7078af5/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-27T11:52:00.616336-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": "LAA (S Ohtani)",
                        "amount": 7112.0
                    },
                    {
                        "team": "OAK (J Sears)",
                        "amount": 2888.0
                    }
                ],
                "expected_reward_tokens": 9530.08,
                "profit_sb": 30.08,
                "profit_sb_percentage": 0.32,
                "recommended": true
            },
            "lines": [
                {
                    "id": "59efc5cd-be97-483e-9dba-3ee205306239",
                    "gambit_id": "b1cbff2a-5604-4012-932c-f6a0567f2116",
                    "last_updated": "2023-04-28T11:22:25.132253-04:00",
                    "created_at": "2023-04-27T11:52:00.617771-04:00",
                    "name": "LAA (S Ohtani)",
                    "reward": "1.34000",
                    "odds": "1.35710",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f79bf9d6-2448-4a9c-ae03-52cd172db43c/?format=api"
                },
                {
                    "id": "5ac2fc29-38c1-44e0-b05d-7326da8f9d8d",
                    "gambit_id": "7fd8e13f-947b-4a3a-a0fd-e66b872892a9",
                    "last_updated": "2023-04-28T11:22:25.133477-04:00",
                    "created_at": "2023-04-27T11:52:00.619274-04:00",
                    "name": "OAK (J Sears)",
                    "reward": "3.30000",
                    "odds": "3.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f79bf9d6-2448-4a9c-ae03-52cd172db43c/?format=api"
                }
            ]
        },
        {
            "id": "fdca6bc9-eb13-4cca-a89e-2ea049b27b9d",
            "match": "https://api-prod.gambitprofit.com/api/matches/b4c919bf-17f9-4dfe-a986-9cc6d7078af5/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-04-27T11:52:00.612012-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": "LAA",
                        "amount": 5599.0
                    },
                    {
                        "team": "OAK",
                        "amount": 4401.0
                    }
                ],
                "expected_reward_tokens": 9462.15,
                "profit_sb": -37.85,
                "profit_sb_percentage": -0.4,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b6f88fad-66c8-456b-b502-2fdddab4a4db",
                    "gambit_id": "c173d51c-c8c8-4a4e-b980-d82c545ac3c5",
                    "last_updated": "2023-04-28T11:22:25.128636-04:00",
                    "created_at": "2023-04-27T11:52:00.613401-04:00",
                    "name": "LAA",
                    "reward": "1.69000",
                    "odds": "1.71430",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdca6bc9-eb13-4cca-a89e-2ea049b27b9d/?format=api"
                },
                {
                    "id": "b4d1edbd-babb-486e-99cb-9c5711ded88e",
                    "gambit_id": "6cc0bf13-c596-4726-8674-455c8658a3ea",
                    "last_updated": "2023-04-28T11:22:25.129887-04:00",
                    "created_at": "2023-04-27T11:52:00.614869-04:00",
                    "name": "OAK",
                    "reward": "2.15000",
                    "odds": "2.20000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdca6bc9-eb13-4cca-a89e-2ea049b27b9d/?format=api"
                }
            ]
        },
        {
            "id": "801b744d-49ae-4cb8-9fa1-2239eac684d3",
            "match": "https://api-prod.gambitprofit.com/api/matches/b4c919bf-17f9-4dfe-a986-9cc6d7078af5/?format=api",
            "name": "Over/Under",
            "created_at": "2023-04-27T11:52:00.607576-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 8.5",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Under 8.5",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0874a76a-fc09-4234-876c-7dc23c7c7e60",
                    "gambit_id": "7b80cef4-1ae4-4d45-861e-ad680a50c4ae",
                    "last_updated": "2023-04-28T11:22:25.126258-04:00",
                    "created_at": "2023-04-27T11:52:00.610489-04:00",
                    "name": "Game Total Over 8.5",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/801b744d-49ae-4cb8-9fa1-2239eac684d3/?format=api"
                },
                {
                    "id": "17e9064b-500e-4dc9-80e9-b79b77dc0b7f",
                    "gambit_id": "072a974e-c963-4d88-92b5-3d28733e3102",
                    "last_updated": "2023-04-28T11:22:25.125055-04:00",
                    "created_at": "2023-04-27T11:52:00.608993-04:00",
                    "name": "Game Total Under 8.5",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/801b744d-49ae-4cb8-9fa1-2239eac684d3/?format=api"
                }
            ]
        }
    ]
}