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/2cbf0859-02b2-45b0-90aa-e5ef1a954138/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cbf0859-02b2-45b0-90aa-e5ef1a954138",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "42ede579-d468-40a1-921b-40ecf52f7f5c",
    "completed": true,
    "last_updated": "2023-11-23T20:12:57.477904-05:00",
    "created_at": "2023-11-22T09:08:15.539801-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.31,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/42ede579-d468-40a1-921b-40ecf52f7f5c",
    "datetime": "2023-11-22T19:07:00-05:00",
    "cutoff_datetime": "2023-11-22T19:07:00-05:00",
    "name": "Buffalo Sabres v. Washington Capitals",
    "bettypes": [
        {
            "id": "3b84410c-f46a-4f1b-bb20-266b1b031716",
            "match": "https://api-prod.gambitprofit.com/api/matches/2cbf0859-02b2-45b0-90aa-e5ef1a954138/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-11-22T09:08:15.544625-05: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": "Washington Capitals",
                        "amount": 5319.0
                    },
                    {
                        "team": "Buffalo Sabres",
                        "amount": 4681.0
                    }
                ],
                "expected_reward_tokens": 9361.44,
                "profit_sb": -138.56,
                "profit_sb_percentage": -1.46,
                "recommended": false
            },
            "lines": [
                {
                    "id": "66543817-332e-4266-af18-fba47eed0614",
                    "gambit_id": "1ae628bb-39d5-48cf-a064-bacbc691bebd",
                    "last_updated": "2023-11-23T20:12:57.488131-05:00",
                    "created_at": "2023-11-22T09:08:15.548571-05:00",
                    "name": "Washington Capitals",
                    "reward": "1.76000",
                    "odds": "1.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b84410c-f46a-4f1b-bb20-266b1b031716/?format=api"
                },
                {
                    "id": "4d1ee7c5-971c-40d9-bf83-b1c5b0f850c6",
                    "gambit_id": "b413ec04-1d87-4b90-b79d-c7af9020e8b2",
                    "last_updated": "2023-11-23T20:12:57.492108-05:00",
                    "created_at": "2023-11-22T09:08:15.553130-05:00",
                    "name": "Buffalo Sabres",
                    "reward": "2.00000",
                    "odds": "2.05000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b84410c-f46a-4f1b-bb20-266b1b031716/?format=api"
                }
            ]
        },
        {
            "id": "886983ab-4ddb-45b9-940d-8f635831a79d",
            "match": "https://api-prod.gambitprofit.com/api/matches/2cbf0859-02b2-45b0-90aa-e5ef1a954138/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-11-22T09:08:15.557122-05: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": "Buffalo Sabres",
                        "amount": 6603.0
                    },
                    {
                        "team": "Washington Capitals",
                        "amount": 3397.0
                    }
                ],
                "expected_reward_tokens": 9375.72,
                "profit_sb": -124.28,
                "profit_sb_percentage": -1.31,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8d60352c-7d74-41cf-9e2c-922f3a972e81",
                    "gambit_id": "6f041add-80a5-42b9-b191-128350165930",
                    "last_updated": "2023-11-23T20:12:57.499197-05:00",
                    "created_at": "2023-11-22T09:08:15.560994-05:00",
                    "name": "Buffalo Sabres",
                    "reward": "1.42000",
                    "odds": "1.44440",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/886983ab-4ddb-45b9-940d-8f635831a79d/?format=api"
                },
                {
                    "id": "5e346406-010c-4949-8020-cb072c049345",
                    "gambit_id": "59b2add8-8580-4a09-8052-7be7fd6cf548",
                    "last_updated": "2023-11-23T20:12:57.502421-05:00",
                    "created_at": "2023-11-22T09:08:15.565494-05:00",
                    "name": "Washington Capitals",
                    "reward": "2.76000",
                    "odds": "2.85000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/886983ab-4ddb-45b9-940d-8f635831a79d/?format=api"
                }
            ]
        },
        {
            "id": "b757659b-40bb-4d6f-8c77-c30566a9d8d7",
            "match": "https://api-prod.gambitprofit.com/api/matches/2cbf0859-02b2-45b0-90aa-e5ef1a954138/?format=api",
            "name": "Over/Under",
            "created_at": "2023-11-22T09:08:15.569660-05: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 6.5",
                        "amount": 5214.0
                    },
                    {
                        "team": "Game Total Over 6.5",
                        "amount": 4786.0
                    }
                ],
                "expected_reward_tokens": 9332.7,
                "profit_sb": -167.3,
                "profit_sb_percentage": -1.76,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c449151c-1c4b-4c5d-a9de-65ea3fa928cd",
                    "gambit_id": "85b126b9-a26c-43ca-a329-25036fce4886",
                    "last_updated": "2023-11-23T20:12:57.512304-05:00",
                    "created_at": "2023-11-22T09:08:15.579226-05:00",
                    "name": "Game Total Under 6.5",
                    "reward": "1.79000",
                    "odds": "1.83330",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b757659b-40bb-4d6f-8c77-c30566a9d8d7/?format=api"
                },
                {
                    "id": "e2e68e09-ccf3-4251-88b2-48781f4b7a33",
                    "gambit_id": "26fb516e-fd0f-4b0d-bc61-18c25764681d",
                    "last_updated": "2023-11-23T20:12:57.508944-05:00",
                    "created_at": "2023-11-22T09:08:15.573737-05:00",
                    "name": "Game Total Over 6.5",
                    "reward": "1.95000",
                    "odds": "2.00000",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b757659b-40bb-4d6f-8c77-c30566a9d8d7/?format=api"
                }
            ]
        }
    ]
}