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/274e8da0-577e-47d7-99b3-8c835d62b4d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "274e8da0-577e-47d7-99b3-8c835d62b4d5",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b092a981-50e6-4c5c-b2ee-ab26f38df5b1",
    "completed": true,
    "last_updated": "2023-05-08T11:47:05.477947-04:00",
    "created_at": "2023-05-07T11:57:06.495456-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.01,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/b092a981-50e6-4c5c-b2ee-ab26f38df5b1",
    "datetime": "2023-05-07T13:35:00-04:00",
    "cutoff_datetime": "2023-05-07T13:35:00-04:00",
    "name": "BOS (T Houck) v. PHI (T Walker)",
    "bettypes": [
        {
            "id": "ccbe4eca-5d4a-499d-ba98-9c55d282ec8c",
            "match": "https://api-prod.gambitprofit.com/api/matches/274e8da0-577e-47d7-99b3-8c835d62b4d5/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-05-07T11:57:06.510198-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": "PHI (T Walker)",
                        "amount": 5273.0
                    },
                    {
                        "team": "BOS (T Houck)",
                        "amount": 4727.0
                    }
                ],
                "expected_reward_tokens": 9595.81,
                "profit_sb": 95.81,
                "profit_sb_percentage": 1.01,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d445410c-df5e-4c85-a464-8b1d3168c710",
                    "gambit_id": "e24e4601-7662-4172-afae-4986a40cd793",
                    "last_updated": "2023-05-08T11:47:05.491237-04:00",
                    "created_at": "2023-05-07T11:57:06.511955-04:00",
                    "name": "PHI (T Walker)",
                    "reward": "1.82000",
                    "odds": "1.85470",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccbe4eca-5d4a-499d-ba98-9c55d282ec8c/?format=api"
                },
                {
                    "id": "372eff31-a582-4578-a27f-4a11be5ad317",
                    "gambit_id": "13631817-1063-4022-8a7d-ea82ea6299d5",
                    "last_updated": "2023-05-08T11:47:05.492626-04:00",
                    "created_at": "2023-05-07T11:57:06.513720-04:00",
                    "name": "BOS (T Houck)",
                    "reward": "2.03000",
                    "odds": "2.07000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccbe4eca-5d4a-499d-ba98-9c55d282ec8c/?format=api"
                }
            ]
        },
        {
            "id": "36508e9d-e1bc-4d1f-81f8-4b3f5e3b3512",
            "match": "https://api-prod.gambitprofit.com/api/matches/274e8da0-577e-47d7-99b3-8c835d62b4d5/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-05-07T11:57:06.504043-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": "BOS",
                        "amount": 6241.0
                    },
                    {
                        "team": "PHI",
                        "amount": 3759.0
                    }
                ],
                "expected_reward_tokens": 9547.86,
                "profit_sb": 47.86,
                "profit_sb_percentage": 0.5,
                "recommended": true
            },
            "lines": [
                {
                    "id": "94e77cd5-db28-4c96-a652-cf484602c76d",
                    "gambit_id": "452eceaa-3440-49ee-89a8-a9046d7be532",
                    "last_updated": "2023-05-08T11:47:05.488352-04:00",
                    "created_at": "2023-05-07T11:57:06.508204-04:00",
                    "name": "BOS",
                    "reward": "1.53000",
                    "odds": "1.55560",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36508e9d-e1bc-4d1f-81f8-4b3f5e3b3512/?format=api"
                },
                {
                    "id": "7b3c2a21-6553-4179-9750-1e7c69f26ffd",
                    "gambit_id": "010aa73b-5372-4a24-9169-47c798dd5ea9",
                    "last_updated": "2023-05-08T11:47:05.486823-04:00",
                    "created_at": "2023-05-07T11:57:06.506210-04:00",
                    "name": "PHI",
                    "reward": "2.54000",
                    "odds": "2.60000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36508e9d-e1bc-4d1f-81f8-4b3f5e3b3512/?format=api"
                }
            ]
        },
        {
            "id": "349d1cee-02ba-42d6-8c0f-84e59ce48e45",
            "match": "https://api-prod.gambitprofit.com/api/matches/274e8da0-577e-47d7-99b3-8c835d62b4d5/?format=api",
            "name": "Over/Under",
            "created_at": "2023-05-07T11:57:06.497946-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 10",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 10",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f2d1cd10-2afc-4b90-89af-04c0e761a76a",
                    "gambit_id": "0d37529e-52f4-4965-8082-12ddfd93bdc3",
                    "last_updated": "2023-05-08T11:47:05.481798-04:00",
                    "created_at": "2023-05-07T11:57:06.499930-04:00",
                    "name": "Game Total Under 10",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/349d1cee-02ba-42d6-8c0f-84e59ce48e45/?format=api"
                },
                {
                    "id": "ea521235-e3ef-4622-9666-ac8fa7a6d538",
                    "gambit_id": "7ee6e78f-f02b-489e-986f-98fccffa7946",
                    "last_updated": "2023-05-08T11:47:05.483456-04:00",
                    "created_at": "2023-05-07T11:57:06.501782-04:00",
                    "name": "Game Total Over 10",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/349d1cee-02ba-42d6-8c0f-84e59ce48e45/?format=api"
                }
            ]
        }
    ]
}