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/ee47efea-3933-4423-86f9-e713640e83db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee47efea-3933-4423-86f9-e713640e83db",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "0c5eb4dc-fdef-4f4c-a69c-004083acd6f8",
    "completed": true,
    "last_updated": "2022-12-12T09:42:33.807449-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.11,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/0c5eb4dc-fdef-4f4c-a69c-004083acd6f8",
    "datetime": "2022-12-10T22:07:00-05:00",
    "cutoff_datetime": "2022-12-10T22:07:00-05:00",
    "name": "Minnesota Wild v. Vancouver Canucks",
    "bettypes": [
        {
            "id": "2477e820-f587-48eb-8d18-5f17510498f4",
            "match": "https://api-prod.gambitprofit.com/api/matches/ee47efea-3933-4423-86f9-e713640e83db/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-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": "Vancouver Canucks",
                        "amount": 5000.0
                    },
                    {
                        "team": "Minnesota Wild",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "86b4fc83-093e-46ef-aa72-35ceeb9889ce",
                    "gambit_id": "50dd9972-746d-4ab8-8bba-a6496d7a5941",
                    "last_updated": "2022-12-12T09:42:33.816657-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Vancouver Canucks",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2477e820-f587-48eb-8d18-5f17510498f4/?format=api"
                },
                {
                    "id": "77d00c9b-c1e4-41dc-9058-80bd21fc37b6",
                    "gambit_id": "8d034803-bcf4-4a8f-8926-8166fa049b3a",
                    "last_updated": "2022-12-12T09:42:33.817794-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota Wild",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2477e820-f587-48eb-8d18-5f17510498f4/?format=api"
                }
            ]
        },
        {
            "id": "7a90a13b-1f10-4520-b45a-121d735fa3b2",
            "match": "https://api-prod.gambitprofit.com/api/matches/ee47efea-3933-4423-86f9-e713640e83db/?format=api",
            "name": "Play the Odds",
            "created_at": "1969-12-31T19:00:00-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": "Vancouver Canucks",
                        "amount": 6691.0
                    },
                    {
                        "team": "Minnesota Wild",
                        "amount": 3309.0
                    }
                ],
                "expected_reward_tokens": 9099.75,
                "profit_sb": 99.75,
                "profit_sb_percentage": 1.11,
                "recommended": true
            },
            "lines": [
                {
                    "id": "30c90dc2-5ba3-40f6-a49b-a4f523a4109b",
                    "gambit_id": "72ff5f11-e1f3-4f50-b39a-d33ed6da46b6",
                    "last_updated": "2022-12-12T09:42:33.813429-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Vancouver Canucks",
                    "reward": "1.36000",
                    "odds": "1.41670",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a90a13b-1f10-4520-b45a-121d735fa3b2/?format=api"
                },
                {
                    "id": "526d9df1-3b2c-4d8d-883f-240579eea171",
                    "gambit_id": "955a9649-95fb-429f-9db3-33f9c6ebc646",
                    "last_updated": "2022-12-12T09:42:33.814514-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota Wild",
                    "reward": "2.75000",
                    "odds": "3.00000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a90a13b-1f10-4520-b45a-121d735fa3b2/?format=api"
                }
            ]
        },
        {
            "id": "9f385b8e-8165-4b92-9e98-dead5bf7eac3",
            "match": "https://api-prod.gambitprofit.com/api/matches/ee47efea-3933-4423-86f9-e713640e83db/?format=api",
            "name": "Over/Under",
            "created_at": "1969-12-31T19:00:00-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 Over 6.5",
                        "amount": 5208.0
                    },
                    {
                        "team": "Game Total Under 6.5",
                        "amount": 4792.0
                    }
                ],
                "expected_reward_tokens": 9008.96,
                "profit_sb": 8.96,
                "profit_sb_percentage": 0.1,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9c7c6de8-7eb9-4165-b35b-dfd0ef992d2a",
                    "gambit_id": "452634f3-586a-4fa6-9ca2-6c7be4fe2960",
                    "last_updated": "2022-12-12T09:42:33.811262-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6.5",
                    "reward": "1.73000",
                    "odds": "1.83330",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f385b8e-8165-4b92-9e98-dead5bf7eac3/?format=api"
                },
                {
                    "id": "8773cadc-9a16-4a79-9c66-4159a9be9666",
                    "gambit_id": "3894d2a7-8623-4101-a208-5cd2f5abafce",
                    "last_updated": "2022-12-12T09:42:33.810131-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6.5",
                    "reward": "1.88000",
                    "odds": "2.00000",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f385b8e-8165-4b92-9e98-dead5bf7eac3/?format=api"
                }
            ]
        }
    ]
}