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/b43112c8-9882-424e-a3b7-fda78ea8a242/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b43112c8-9882-424e-a3b7-fda78ea8a242",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "2df4a4f4-60e0-433d-9fe0-cf65568138d4",
    "completed": true,
    "last_updated": "2023-06-14T11:23:21.370573-04:00",
    "created_at": "2023-06-13T09:08:21.054714-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.72,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/2df4a4f4-60e0-433d-9fe0-cf65568138d4",
    "datetime": "2023-06-13T20:10:00-04:00",
    "cutoff_datetime": "2023-06-13T20:10:00-04:00",
    "name": "CIN (B Williamson) v. KAN (J Lyles)",
    "bettypes": [
        {
            "id": "4002c486-7cd5-46d4-971f-a3658f7384d1",
            "match": "https://api-prod.gambitprofit.com/api/matches/b43112c8-9882-424e-a3b7-fda78ea8a242/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-13T09:08:21.057650-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": "CIN (B Williamson)",
                        "amount": 5117.0
                    },
                    {
                        "team": "KAN (J Lyles)",
                        "amount": 4883.0
                    }
                ],
                "expected_reward_tokens": 9568.79,
                "profit_sb": 68.79,
                "profit_sb_percentage": 0.72,
                "recommended": true
            },
            "lines": [
                {
                    "id": "031d66e8-5bf0-447e-8c56-59c5670cdb1b",
                    "gambit_id": "1d5eb1a9-d3d4-49b8-a4a1-3a33016d6bbb",
                    "last_updated": "2023-06-14T11:23:21.376211-04:00",
                    "created_at": "2023-06-13T09:08:21.060076-04:00",
                    "name": "CIN (B Williamson)",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4002c486-7cd5-46d4-971f-a3658f7384d1/?format=api"
                },
                {
                    "id": "bab78a00-cf30-450e-9c4d-d552c1cc33b0",
                    "gambit_id": "2fd10458-6e19-4e99-a4b6-97b459ecd1fb",
                    "last_updated": "2023-06-14T11:23:21.378764-04:00",
                    "created_at": "2023-06-13T09:08:21.062530-04:00",
                    "name": "KAN (J Lyles)",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4002c486-7cd5-46d4-971f-a3658f7384d1/?format=api"
                }
            ]
        },
        {
            "id": "9bc81ad6-a9bd-426c-afcb-676e523c195d",
            "match": "https://api-prod.gambitprofit.com/api/matches/b43112c8-9882-424e-a3b7-fda78ea8a242/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-06-13T09:08:21.064725-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": "CIN",
                        "amount": 6458.0
                    },
                    {
                        "team": "KAN",
                        "amount": 3542.0
                    }
                ],
                "expected_reward_tokens": 9492.56,
                "profit_sb": -7.44,
                "profit_sb_percentage": -0.08,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8d1bdfd0-6454-468c-a725-7aed6c9e52e0",
                    "gambit_id": "52aa343c-a56a-431e-946c-a435c6655ab0",
                    "last_updated": "2023-06-14T11:23:21.383540-04:00",
                    "created_at": "2023-06-13T09:08:21.066641-04:00",
                    "name": "CIN",
                    "reward": "1.47000",
                    "odds": "1.48780",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bc81ad6-a9bd-426c-afcb-676e523c195d/?format=api"
                },
                {
                    "id": "40ad2dd4-b161-482b-a6e7-a816e55c35a2",
                    "gambit_id": "719fff35-f8ea-41a8-8e19-66cdbc13e034",
                    "last_updated": "2023-06-14T11:23:21.386007-04:00",
                    "created_at": "2023-06-13T09:08:21.068574-04:00",
                    "name": "KAN",
                    "reward": "2.68000",
                    "odds": "2.75000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bc81ad6-a9bd-426c-afcb-676e523c195d/?format=api"
                }
            ]
        },
        {
            "id": "65176c2f-58ad-42e3-bc9a-97ad12f6e04d",
            "match": "https://api-prod.gambitprofit.com/api/matches/b43112c8-9882-424e-a3b7-fda78ea8a242/?format=api",
            "name": "Over/Under",
            "created_at": "2023-06-13T09:08:21.070642-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": 5107.0
                    },
                    {
                        "team": "Game Total Over 10",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "46d34bb6-6aae-41a3-aa30-2009dfc6ad16",
                    "gambit_id": "f8ce5370-d36c-494d-b93a-442de3293331",
                    "last_updated": "2023-06-14T11:23:21.393342-04:00",
                    "created_at": "2023-06-13T09:08:21.074619-04:00",
                    "name": "Game Total Under 10",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65176c2f-58ad-42e3-bc9a-97ad12f6e04d/?format=api"
                },
                {
                    "id": "6b8808dc-f320-4e1c-8402-6c74c946291e",
                    "gambit_id": "44818347-1b0a-4d70-b847-3c5fbf63589a",
                    "last_updated": "2023-06-14T11:23:21.390805-04:00",
                    "created_at": "2023-06-13T09:08:21.072548-04:00",
                    "name": "Game Total Over 10",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65176c2f-58ad-42e3-bc9a-97ad12f6e04d/?format=api"
                }
            ]
        }
    ]
}