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/dd99f92a-4c4d-4ab0-aefb-7e49837e8e86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd99f92a-4c4d-4ab0-aefb-7e49837e8e86",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "f105a4b9-6e48-40ca-aac3-20d5a3c646f0",
    "completed": true,
    "last_updated": "2023-02-11T23:17:15.609059-05:00",
    "created_at": "2023-02-09T11:12:02.119740-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.26,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/f105a4b9-6e48-40ca-aac3-20d5a3c646f0",
    "datetime": "2023-02-09T19:07:00-05:00",
    "cutoff_datetime": "2023-02-09T19:07:00-05:00",
    "name": "Edmonton Oilers v. Philadelphia Flyers",
    "bettypes": [
        {
            "id": "3eee6fb0-2680-417f-be6c-0fe4718ee501",
            "match": "https://api-prod.gambitprofit.com/api/matches/dd99f92a-4c4d-4ab0-aefb-7e49837e8e86/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-02-09T11:12:02.130142-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": "Edmonton Oilers",
                        "amount": 6308.0
                    },
                    {
                        "team": "Philadelphia Flyers",
                        "amount": 3692.0
                    }
                ],
                "expected_reward_tokens": 9525.08,
                "profit_sb": 25.08,
                "profit_sb_percentage": 0.26,
                "recommended": true
            },
            "lines": [
                {
                    "id": "29ee6cca-d556-4ba2-bd88-d1a24bdc246c",
                    "gambit_id": "9b43f856-380d-45c9-96ea-778fa8d5ed8f",
                    "last_updated": "2023-02-11T23:17:15.620486-05:00",
                    "created_at": "2023-02-09T11:12:02.132783-05:00",
                    "name": "Edmonton Oilers",
                    "reward": "1.51000",
                    "odds": "1.52630",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eee6fb0-2680-417f-be6c-0fe4718ee501/?format=api"
                },
                {
                    "id": "4b35a7e4-4e5e-4e84-8f70-0b7cc61371b0",
                    "gambit_id": "8371f119-1fd7-427d-9698-9bb3d9654558",
                    "last_updated": "2023-02-11T23:17:15.619307-05:00",
                    "created_at": "2023-02-09T11:12:02.131433-05:00",
                    "name": "Philadelphia Flyers",
                    "reward": "2.58000",
                    "odds": "2.65000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eee6fb0-2680-417f-be6c-0fe4718ee501/?format=api"
                }
            ]
        },
        {
            "id": "f874f0d6-1930-459f-95e5-71b982a71963",
            "match": "https://api-prod.gambitprofit.com/api/matches/dd99f92a-4c4d-4ab0-aefb-7e49837e8e86/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-02-09T11:12:02.125901-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": "Philadelphia Flyers",
                        "amount": 6020.0
                    },
                    {
                        "team": "Edmonton Oilers",
                        "amount": 3980.0
                    }
                ],
                "expected_reward_tokens": 9511.6,
                "profit_sb": 11.6,
                "profit_sb_percentage": 0.12,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9331a8c9-f684-4e0b-9213-ec58cfeacb41",
                    "gambit_id": "ed1d7077-a5f8-49c3-b684-17c5a695c4d9",
                    "last_updated": "2023-02-11T23:17:15.615593-05:00",
                    "created_at": "2023-02-09T11:12:02.127156-05:00",
                    "name": "Philadelphia Flyers",
                    "reward": "1.58000",
                    "odds": "1.60610",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f874f0d6-1930-459f-95e5-71b982a71963/?format=api"
                },
                {
                    "id": "55d53c1b-1985-44e6-a461-acd4ee4cacae",
                    "gambit_id": "ea1fee12-6808-41f5-a712-782a28b51907",
                    "last_updated": "2023-02-11T23:17:15.616844-05:00",
                    "created_at": "2023-02-09T11:12:02.128578-05:00",
                    "name": "Edmonton Oilers",
                    "reward": "2.39000",
                    "odds": "2.45000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f874f0d6-1930-459f-95e5-71b982a71963/?format=api"
                }
            ]
        },
        {
            "id": "3d831378-7d80-46d2-83a2-3d35771f40dc",
            "match": "https://api-prod.gambitprofit.com/api/matches/dd99f92a-4c4d-4ab0-aefb-7e49837e8e86/?format=api",
            "name": "Over/Under",
            "created_at": "2023-02-09T11:12:02.121738-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": 5599.0
                    },
                    {
                        "team": "Game Total Under 6.5",
                        "amount": 4401.0
                    }
                ],
                "expected_reward_tokens": 9462.15,
                "profit_sb": -37.85,
                "profit_sb_percentage": -0.4,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b7fa0736-598d-4c01-97a1-50bba65f7367",
                    "gambit_id": "5aaea42d-389d-4681-8e6b-8f6eeb097c3d",
                    "last_updated": "2023-02-11T23:17:15.613212-05:00",
                    "created_at": "2023-02-09T11:12:02.124518-05:00",
                    "name": "Game Total Over 6.5",
                    "reward": "1.69000",
                    "odds": "1.71430",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d831378-7d80-46d2-83a2-3d35771f40dc/?format=api"
                },
                {
                    "id": "08e7ed4c-ca89-426f-b722-d01932e41a4d",
                    "gambit_id": "3ed61f67-60b4-4ed5-a93c-3f5b1887911b",
                    "last_updated": "2023-02-11T23:17:15.612007-05:00",
                    "created_at": "2023-02-09T11:12:02.123166-05:00",
                    "name": "Game Total Under 6.5",
                    "reward": "2.15000",
                    "odds": "2.20000",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d831378-7d80-46d2-83a2-3d35771f40dc/?format=api"
                }
            ]
        }
    ]
}