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/94e0203f-ed7d-4a8b-9ff7-cc7455cfeec4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94e0203f-ed7d-4a8b-9ff7-cc7455cfeec4",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "21d6d7f2-a63b-48ff-b13d-8eb43ac06850",
    "completed": true,
    "last_updated": "2023-05-07T11:57:19.337867-04:00",
    "created_at": "2023-05-06T11:51:57.056909-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.68,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/21d6d7f2-a63b-48ff-b13d-8eb43ac06850",
    "datetime": "2023-05-06T19:15:00-04:00",
    "cutoff_datetime": "2023-05-06T19:15:00-04:00",
    "name": "BAL (K Bradish) v. ATL (S Strider)",
    "bettypes": [
        {
            "id": "5491781c-95c2-4fef-982b-4d22ad97ba88",
            "match": "https://api-prod.gambitprofit.com/api/matches/94e0203f-ed7d-4a8b-9ff7-cc7455cfeec4/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-05-06T11:51:57.067028-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": "ATL (S Strider)",
                        "amount": 6833.0
                    },
                    {
                        "team": "BAL (K Bradish)",
                        "amount": 3167.0
                    }
                ],
                "expected_reward_tokens": 9564.34,
                "profit_sb": 64.34,
                "profit_sb_percentage": 0.68,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a33ee7ca-6979-4215-af96-6345c0f250ff",
                    "gambit_id": "6452b01f-9058-4cae-896b-8094241b61a4",
                    "last_updated": "2023-05-07T11:57:19.351032-04:00",
                    "created_at": "2023-05-06T11:51:57.068268-04:00",
                    "name": "ATL (S Strider)",
                    "reward": "1.40000",
                    "odds": "1.41670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5491781c-95c2-4fef-982b-4d22ad97ba88/?format=api"
                },
                {
                    "id": "a56b3a36-4bd6-41b9-9928-d48c182845c9",
                    "gambit_id": "8661d1c1-3c82-4c2e-a4cc-eac468868075",
                    "last_updated": "2023-05-07T11:57:19.352549-04:00",
                    "created_at": "2023-05-06T11:51:57.069578-04:00",
                    "name": "BAL (K Bradish)",
                    "reward": "3.02000",
                    "odds": "3.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5491781c-95c2-4fef-982b-4d22ad97ba88/?format=api"
                }
            ]
        },
        {
            "id": "8fd9ef8d-3aba-48bb-8c26-91b5ffa91ccd",
            "match": "https://api-prod.gambitprofit.com/api/matches/94e0203f-ed7d-4a8b-9ff7-cc7455cfeec4/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-05-06T11:51:57.062878-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": "ATL",
                        "amount": 5213.0
                    },
                    {
                        "team": "BAL",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "51abb080-1197-46d1-a560-966249de9a6b",
                    "gambit_id": "879c3e77-d4f8-404f-a349-51ac27b3956d",
                    "last_updated": "2023-05-07T11:57:19.346094-04:00",
                    "created_at": "2023-05-06T11:51:57.064212-04:00",
                    "name": "ATL",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fd9ef8d-3aba-48bb-8c26-91b5ffa91ccd/?format=api"
                },
                {
                    "id": "d4a316eb-e457-4fee-86f7-00865194a540",
                    "gambit_id": "f21d621c-fad8-4f64-99c9-c7d633ee6e0d",
                    "last_updated": "2023-05-07T11:57:19.347899-04:00",
                    "created_at": "2023-05-06T11:51:57.065595-04:00",
                    "name": "BAL",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fd9ef8d-3aba-48bb-8c26-91b5ffa91ccd/?format=api"
                }
            ]
        },
        {
            "id": "5cfec231-c69f-4589-9f88-6b12ba50c028",
            "match": "https://api-prod.gambitprofit.com/api/matches/94e0203f-ed7d-4a8b-9ff7-cc7455cfeec4/?format=api",
            "name": "Over/Under",
            "created_at": "2023-05-06T11:51:57.058738-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 8",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Under 8",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "007210c9-ad30-44d5-8123-d7b752bd62d7",
                    "gambit_id": "87876fb7-1dca-473a-afe2-a6db8fcd06a1",
                    "last_updated": "2023-05-07T11:57:19.342902-04:00",
                    "created_at": "2023-05-06T11:51:57.061433-04:00",
                    "name": "Game Total Over 8",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cfec231-c69f-4589-9f88-6b12ba50c028/?format=api"
                },
                {
                    "id": "42f02c4f-bb95-4b87-9731-3cd086be5342",
                    "gambit_id": "4a6fb72b-d255-4a4b-9d24-9703dc6ba61d",
                    "last_updated": "2023-05-07T11:57:19.341361-04:00",
                    "created_at": "2023-05-06T11:51:57.060068-04:00",
                    "name": "Game Total Under 8",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cfec231-c69f-4589-9f88-6b12ba50c028/?format=api"
                }
            ]
        }
    ]
}