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/2c4a8d5a-7f8e-40aa-bab0-5153f8ffdf65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c4a8d5a-7f8e-40aa-bab0-5153f8ffdf65",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "956ef14c-e505-4f3d-9973-a8b81a07fc6c",
    "completed": true,
    "last_updated": "2023-06-28T21:28:07.860028-04:00",
    "created_at": "2023-06-27T08:43:23.717555-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.67,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/956ef14c-e505-4f3d-9973-a8b81a07fc6c",
    "datetime": "2023-06-27T20:05:00-04:00",
    "cutoff_datetime": "2023-06-27T20:05:00-04:00",
    "name": "DET (M Manning) v. TEX (M Perez)",
    "bettypes": [
        {
            "id": "2ae60754-9a39-4a79-84b5-995ae6d7ba4c",
            "match": "https://api-prod.gambitprofit.com/api/matches/2c4a8d5a-7f8e-40aa-bab0-5153f8ffdf65/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-27T08:43:23.720705-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": "TEX (M Perez)",
                        "amount": 6293.0
                    },
                    {
                        "team": "DET (M Manning)",
                        "amount": 3707.0
                    }
                ],
                "expected_reward_tokens": 9564.06,
                "profit_sb": 64.06,
                "profit_sb_percentage": 0.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "efbc1603-01ec-4b4a-a50d-1bfac8553410",
                    "gambit_id": "aff83c56-a9ac-43e9-acec-da38af1b89c1",
                    "last_updated": "2023-06-28T21:28:07.867074-04:00",
                    "created_at": "2023-06-27T08:43:23.725699-04:00",
                    "name": "TEX (M Perez)",
                    "reward": "1.52000",
                    "odds": "1.54050",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ae60754-9a39-4a79-84b5-995ae6d7ba4c/?format=api"
                },
                {
                    "id": "33aaa759-aa18-4676-86df-1917d9a68cd2",
                    "gambit_id": "a35463ad-3efd-4daa-9807-5b37f8ed8048",
                    "last_updated": "2023-06-28T21:28:07.864574-04:00",
                    "created_at": "2023-06-27T08:43:23.723175-04:00",
                    "name": "DET (M Manning)",
                    "reward": "2.58000",
                    "odds": "2.65000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ae60754-9a39-4a79-84b5-995ae6d7ba4c/?format=api"
                }
            ]
        },
        {
            "id": "905b14fa-de85-402c-8db6-0fec9dde1542",
            "match": "https://api-prod.gambitprofit.com/api/matches/2c4a8d5a-7f8e-40aa-bab0-5153f8ffdf65/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-06-27T08:43:23.728466-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": "DET",
                        "amount": 5213.0
                    },
                    {
                        "team": "TEX",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "fe306e75-a781-4e21-9ae4-0923485c52c1",
                    "gambit_id": "fa4bf7ae-c74a-4777-81c0-673b6bc13d1f",
                    "last_updated": "2023-06-28T21:28:07.872336-04:00",
                    "created_at": "2023-06-27T08:43:23.731791-04:00",
                    "name": "DET",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/905b14fa-de85-402c-8db6-0fec9dde1542/?format=api"
                },
                {
                    "id": "c1d8c06e-74d7-46f8-ba0f-796c2608b63d",
                    "gambit_id": "b1c9e9d0-e9d7-4d69-b492-045d71df9bab",
                    "last_updated": "2023-06-28T21:28:07.874966-04:00",
                    "created_at": "2023-06-27T08:43:23.734437-04:00",
                    "name": "TEX",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/905b14fa-de85-402c-8db6-0fec9dde1542/?format=api"
                }
            ]
        },
        {
            "id": "be84650e-d757-44ab-95aa-9089fb54e79c",
            "match": "https://api-prod.gambitprofit.com/api/matches/2c4a8d5a-7f8e-40aa-bab0-5153f8ffdf65/?format=api",
            "name": "Over/Under",
            "created_at": "2023-06-27T08:43:23.737782-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.5",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Under 9.5",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "77a4c9b0-7c5f-4efa-a108-267788871736",
                    "gambit_id": "ac0ffa83-ead8-4afb-ae78-1719b952e07d",
                    "last_updated": "2023-06-28T21:28:07.881712-04:00",
                    "created_at": "2023-06-27T08:43:23.740413-04:00",
                    "name": "Game Total Over 9.5",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be84650e-d757-44ab-95aa-9089fb54e79c/?format=api"
                },
                {
                    "id": "9675d53e-eb09-47f5-b522-308a07f2c7ff",
                    "gambit_id": "225a9aed-843c-4480-a9f9-c5c76a2b11f8",
                    "last_updated": "2023-06-28T21:28:07.879602-04:00",
                    "created_at": "2023-06-27T08:43:23.743036-04:00",
                    "name": "Game Total Under 9.5",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be84650e-d757-44ab-95aa-9089fb54e79c/?format=api"
                }
            ]
        }
    ]
}