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/1469e554-d9de-4132-a8a3-8ba1f8cb7f5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1469e554-d9de-4132-a8a3-8ba1f8cb7f5a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "4a2741ae-01b2-4c06-b958-0b75e3d8f169",
    "completed": true,
    "last_updated": "2023-06-26T10:13:36.628015-04:00",
    "created_at": "2023-06-23T09:28:12.707480-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.09,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/4a2741ae-01b2-4c06-b958-0b75e3d8f169",
    "datetime": "2023-06-23T20:10:00-04:00",
    "cutoff_datetime": "2023-06-23T20:10:00-04:00",
    "name": "BOS (B Bello) v. CWS (L Giolito)",
    "bettypes": [
        {
            "id": "6852d8ef-f7a0-407e-8762-1a5639643af6",
            "match": "https://api-prod.gambitprofit.com/api/matches/1469e554-d9de-4132-a8a3-8ba1f8cb7f5a/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-23T09:28:12.709730-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 (B Bello)",
                        "amount": 5426.0
                    },
                    {
                        "team": "CWS (L Giolito)",
                        "amount": 4574.0
                    }
                ],
                "expected_reward_tokens": 9604.02,
                "profit_sb": 104.02,
                "profit_sb_percentage": 1.09,
                "recommended": true
            },
            "lines": [
                {
                    "id": "981c5509-39d1-4166-9eea-d8e6b63bca3e",
                    "gambit_id": "1e6872be-b73d-43df-abde-12cda179e1ec",
                    "last_updated": "2023-06-26T10:13:36.633455-04:00",
                    "created_at": "2023-06-23T09:28:12.711405-04:00",
                    "name": "BOS (B Bello)",
                    "reward": "1.77000",
                    "odds": "1.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6852d8ef-f7a0-407e-8762-1a5639643af6/?format=api"
                },
                {
                    "id": "528d3b41-16ae-4fe2-9d06-f4615d8408cd",
                    "gambit_id": "3019ffa0-fc97-4667-af9d-43732d58377b",
                    "last_updated": "2023-06-26T10:13:36.635934-04:00",
                    "created_at": "2023-06-23T09:28:12.713058-04:00",
                    "name": "CWS (L Giolito)",
                    "reward": "2.10000",
                    "odds": "2.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6852d8ef-f7a0-407e-8762-1a5639643af6/?format=api"
                }
            ]
        },
        {
            "id": "97d35c87-d04b-41a2-89a8-59c31e488c86",
            "match": "https://api-prod.gambitprofit.com/api/matches/1469e554-d9de-4132-a8a3-8ba1f8cb7f5a/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-06-23T09:28:12.714694-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": "CWS",
                        "amount": 5784.0
                    },
                    {
                        "team": "BOS",
                        "amount": 4216.0
                    }
                ],
                "expected_reward_tokens": 9485.76,
                "profit_sb": -14.24,
                "profit_sb_percentage": -0.15,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7938f0a4-20ef-4c2d-ad91-33444dba28c1",
                    "gambit_id": "4af0381f-47b1-4a62-a2e0-e33b4b18e4ef",
                    "last_updated": "2023-06-26T10:13:36.643674-04:00",
                    "created_at": "2023-06-23T09:28:12.718218-04:00",
                    "name": "CWS",
                    "reward": "1.64000",
                    "odds": "1.66670",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97d35c87-d04b-41a2-89a8-59c31e488c86/?format=api"
                },
                {
                    "id": "1054ed19-9ce1-4f73-886c-1dee68ad4b91",
                    "gambit_id": "ab8f746f-e3b6-418a-847c-e6a18a2717c0",
                    "last_updated": "2023-06-26T10:13:36.641060-04:00",
                    "created_at": "2023-06-23T09:28:12.716168-04:00",
                    "name": "BOS",
                    "reward": "2.25000",
                    "odds": "2.30000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97d35c87-d04b-41a2-89a8-59c31e488c86/?format=api"
                }
            ]
        },
        {
            "id": "500c4faa-678c-42a7-bca7-26a446f6ab6e",
            "match": "https://api-prod.gambitprofit.com/api/matches/1469e554-d9de-4132-a8a3-8ba1f8cb7f5a/?format=api",
            "name": "Over/Under",
            "created_at": "2023-06-23T09:28:12.720641-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.5",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Over 8.5",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e2c698a6-69d1-4671-bf75-49abe02cbef3",
                    "gambit_id": "603d0ace-3163-40f6-8836-ea8090d4467e",
                    "last_updated": "2023-06-26T10:13:36.651306-04:00",
                    "created_at": "2023-06-23T09:28:12.724630-04:00",
                    "name": "Game Total Under 8.5",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/500c4faa-678c-42a7-bca7-26a446f6ab6e/?format=api"
                },
                {
                    "id": "bc2b3b52-4dab-42b5-9f37-a2fb150399f8",
                    "gambit_id": "06b64cb4-8ed5-4287-9bb4-c659d2702ae9",
                    "last_updated": "2023-06-26T10:13:36.648636-04:00",
                    "created_at": "2023-06-23T09:28:12.722796-04:00",
                    "name": "Game Total Over 8.5",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/500c4faa-678c-42a7-bca7-26a446f6ab6e/?format=api"
                }
            ]
        }
    ]
}