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/ee934002-2eea-4591-a955-3515f5daa9ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee934002-2eea-4591-a955-3515f5daa9ce",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b84bb879-0e6a-469b-a30a-f3d5db959029",
    "completed": true,
    "last_updated": "2023-08-14T18:33:05.035266-04:00",
    "created_at": "2023-08-13T10:18:26.772848-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.05,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/b84bb879-0e6a-469b-a30a-f3d5db959029",
    "datetime": "2023-08-13T16:10:00-04:00",
    "cutoff_datetime": "2023-08-13T16:10:00-04:00",
    "name": "SDG (S Lugo) v. ARI (B Pfaadt)",
    "bettypes": [
        {
            "id": "bbd2bf5d-0b17-4d65-9dc7-12f64c3067fb",
            "match": "https://api-prod.gambitprofit.com/api/matches/ee934002-2eea-4591-a955-3515f5daa9ce/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-08-13T10:18:26.783287-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": "SDG (S Lugo)",
                        "amount": 5714.0
                    },
                    {
                        "team": "ARI (B Pfaadt)",
                        "amount": 4286.0
                    }
                ],
                "expected_reward_tokens": 9599.52,
                "profit_sb": 99.52,
                "profit_sb_percentage": 1.05,
                "recommended": true
            },
            "lines": [
                {
                    "id": "f7a8624a-9c8b-4e23-8d58-99d681df9342",
                    "gambit_id": "b3980f8b-8a35-4391-9c3d-e83f6b6dfcdc",
                    "last_updated": "2023-08-14T18:33:05.056552-04:00",
                    "created_at": "2023-08-13T10:18:26.791984-04:00",
                    "name": "SDG (S Lugo)",
                    "reward": "1.68000",
                    "odds": "1.71430",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbd2bf5d-0b17-4d65-9dc7-12f64c3067fb/?format=api"
                },
                {
                    "id": "94a1f824-0f1c-4858-a732-8f20a86a6d46",
                    "gambit_id": "6f3ebb36-c407-4f41-ae3c-4df749c7ad75",
                    "last_updated": "2023-08-14T18:33:05.048703-04:00",
                    "created_at": "2023-08-13T10:18:26.787689-04:00",
                    "name": "ARI (B Pfaadt)",
                    "reward": "2.24000",
                    "odds": "2.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbd2bf5d-0b17-4d65-9dc7-12f64c3067fb/?format=api"
                }
            ]
        },
        {
            "id": "51b86286-c2ef-417d-a0ec-084b60071fea",
            "match": "https://api-prod.gambitprofit.com/api/matches/ee934002-2eea-4591-a955-3515f5daa9ce/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-08-13T10:18:26.796597-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": "ARI",
                        "amount": 5512.0
                    },
                    {
                        "team": "SDG",
                        "amount": 4488.0
                    }
                ],
                "expected_reward_tokens": 9424.8,
                "profit_sb": -75.2,
                "profit_sb_percentage": -0.79,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4e9a6d72-ef08-40b1-b224-215f4c43065e",
                    "gambit_id": "4cf55955-bfb2-4be9-ac74-474b090f32e6",
                    "last_updated": "2023-08-14T18:33:05.072638-04:00",
                    "created_at": "2023-08-13T10:18:26.804137-04:00",
                    "name": "ARI",
                    "reward": "1.71000",
                    "odds": "1.74070",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51b86286-c2ef-417d-a0ec-084b60071fea/?format=api"
                },
                {
                    "id": "5807ed77-9a57-4e11-bfb2-8aed403c0a5e",
                    "gambit_id": "64004766-a59b-4d5d-93de-ba23ae99629d",
                    "last_updated": "2023-08-14T18:33:05.068455-04:00",
                    "created_at": "2023-08-13T10:18:26.800241-04:00",
                    "name": "SDG",
                    "reward": "2.10000",
                    "odds": "2.15000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51b86286-c2ef-417d-a0ec-084b60071fea/?format=api"
                }
            ]
        },
        {
            "id": "65e26400-6412-4bc5-80dd-8e98d9126719",
            "match": "https://api-prod.gambitprofit.com/api/matches/ee934002-2eea-4591-a955-3515f5daa9ce/?format=api",
            "name": "Over/Under",
            "created_at": "2023-08-13T10:18:26.808275-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": 5213.0
                    },
                    {
                        "team": "Game Total Over 9",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "766930f8-253e-43c0-a837-4831358eb286",
                    "gambit_id": "d0df52a5-dd39-491a-8eaa-a8a7a688443c",
                    "last_updated": "2023-08-14T18:33:05.088839-04:00",
                    "created_at": "2023-08-13T10:18:26.816338-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65e26400-6412-4bc5-80dd-8e98d9126719/?format=api"
                },
                {
                    "id": "5fbad3d7-2467-4e91-9dab-10340f3f9959",
                    "gambit_id": "c16c18c7-ac9a-44dc-892d-9b02e540b4b2",
                    "last_updated": "2023-08-14T18:33:05.084415-04:00",
                    "created_at": "2023-08-13T10:18:26.812103-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65e26400-6412-4bc5-80dd-8e98d9126719/?format=api"
                }
            ]
        }
    ]
}