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/6b515a3d-cc39-4efa-9009-c947f95cddc9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b515a3d-cc39-4efa-9009-c947f95cddc9",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "329806a1-84c3-4360-821b-639233b3ff99",
    "completed": true,
    "last_updated": "2022-09-11T21:17:14.094202-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.44,
    "sport_category": "US MLS",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/329806a1-84c3-4360-821b-639233b3ff99",
    "datetime": "2022-09-10T19:30:00-04:00",
    "cutoff_datetime": "2022-09-10T19:30:00-04:00",
    "name": "Philadelphia Union v. Orlando City SC",
    "bettypes": [
        {
            "id": "c4c2162a-ea50-4a38-8c66-b4927b382330",
            "match": "https://api-prod.gambitprofit.com/api/matches/6b515a3d-cc39-4efa-9009-c947f95cddc9/?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": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Philadelphia Union",
                        "amount": 7359.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2641.0
                    }
                ],
                "expected_reward_tokens": 10669.64,
                "profit_sb": 1669.64,
                "profit_sb_percentage": 18.55,
                "recommended": true
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Philadelphia Union",
                        "amount": 6235.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2238.0
                    },
                    {
                        "team": "Orlando City SC",
                        "amount": 1527.0
                    }
                ],
                "expected_reward_tokens": 9039.84,
                "profit_sb": 39.84,
                "profit_sb_percentage": 0.44,
                "recommended": true
            },
            "lines": [
                {
                    "id": "81ca8ca7-9d41-48c7-9402-4291fc54dd71",
                    "gambit_id": "fc5830f1-0327-4541-b53e-58ed73319c3d",
                    "last_updated": "2022-09-11T21:17:14.102130-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Philadelphia Union",
                    "reward": "1.45000",
                    "odds": "1.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4c2162a-ea50-4a38-8c66-b4927b382330/?format=api"
                },
                {
                    "id": "992034f7-551f-491e-899c-b59328a3d31a",
                    "gambit_id": "5749136d-7527-4ec4-a9cf-ee061df98217",
                    "last_updated": "2022-09-11T21:17:14.103223-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Draw",
                    "reward": "4.04000",
                    "odds": "4.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4c2162a-ea50-4a38-8c66-b4927b382330/?format=api"
                },
                {
                    "id": "5bee6a3b-2019-4a0e-9ad7-682f91dd5730",
                    "gambit_id": "dbc0b435-3292-4174-bffe-226623b75113",
                    "last_updated": "2022-09-11T21:17:14.101010-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Orlando City SC",
                    "reward": "5.92000",
                    "odds": "6.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4c2162a-ea50-4a38-8c66-b4927b382330/?format=api"
                }
            ]
        },
        {
            "id": "930b4317-3fc2-4e40-a028-3fa132bce538",
            "match": "https://api-prod.gambitprofit.com/api/matches/6b515a3d-cc39-4efa-9009-c947f95cddc9/?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 2.5",
                        "amount": 5374.0
                    },
                    {
                        "team": "Game Total Under 2.5",
                        "amount": 4626.0
                    }
                ],
                "expected_reward_tokens": 8974.44,
                "profit_sb": -25.56,
                "profit_sb_percentage": -0.28,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d837b46c-4f8c-4ba5-a69a-f23ece029831",
                    "gambit_id": "42ab0b08-003a-4ce3-ab2e-548a1108ea5e",
                    "last_updated": "2022-09-11T21:17:14.098402-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.67000",
                    "odds": "1.75000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/930b4317-3fc2-4e40-a028-3fa132bce538/?format=api"
                },
                {
                    "id": "84a52742-2a47-431e-8ad5-fb03cec02570",
                    "gambit_id": "9c5199a7-2e7b-4d58-a3c9-f2fc4c454979",
                    "last_updated": "2022-09-11T21:17:14.097137-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "1.94000",
                    "odds": "2.05000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/930b4317-3fc2-4e40-a028-3fa132bce538/?format=api"
                }
            ]
        }
    ]
}