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/0211d141-fd00-4769-b532-b0d7205a8f74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0211d141-fd00-4769-b532-b0d7205a8f74",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "1bd800b9-de2a-4e45-84d3-e57175bc8b63",
    "completed": true,
    "last_updated": "2022-08-08T10:52:17.163961-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.12,
    "sport_category": "US MLS",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/1bd800b9-de2a-4e45-84d3-e57175bc8b63",
    "datetime": "2022-08-06T20:30:00-04:00",
    "cutoff_datetime": "2022-08-06T20:30:00-04:00",
    "name": "Sporting Kansas City v. Los Angeles Galaxy",
    "bettypes": [
        {
            "id": "64f3378b-5341-4cec-8bb8-5b7bae6e705b",
            "match": "https://api-prod.gambitprofit.com/api/matches/0211d141-fd00-4769-b532-b0d7205a8f74/?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": "Los Angeles Galaxy",
                        "amount": 5335.0
                    },
                    {
                        "team": "Sporting Kansas City",
                        "amount": 4665.0
                    }
                ],
                "expected_reward_tokens": 11895.75,
                "profit_sb": 2895.75,
                "profit_sb_percentage": 32.18,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Los Angeles Galaxy",
                        "amount": 3943.0
                    },
                    {
                        "team": "Sporting Kansas City",
                        "amount": 3448.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2609.0
                    }
                ],
                "expected_reward_tokens": 8792.33,
                "profit_sb": -207.67,
                "profit_sb_percentage": -2.31,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f281511b-377d-48c5-a258-967cb42891bd",
                    "gambit_id": "06d4a50b-4cde-4cbe-911b-dd3218de87de",
                    "last_updated": "2022-08-08T10:52:17.165887-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Los Angeles Galaxy",
                    "reward": "2.23000",
                    "odds": "2.35000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64f3378b-5341-4cec-8bb8-5b7bae6e705b/?format=api"
                },
                {
                    "id": "c3f92c17-a677-47f2-991f-f4010e4385c9",
                    "gambit_id": "78190286-7037-4834-a345-557216a2f2bb",
                    "last_updated": "2022-08-08T10:52:17.166257-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Sporting Kansas City",
                    "reward": "2.55000",
                    "odds": "2.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64f3378b-5341-4cec-8bb8-5b7bae6e705b/?format=api"
                },
                {
                    "id": "39c9b11a-bf96-4c48-8687-ea9615d2cb71",
                    "gambit_id": "e5e9f293-0b91-4892-90ec-ddfb0874edcd",
                    "last_updated": "2022-08-08T10:52:17.166617-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Draw",
                    "reward": "3.37000",
                    "odds": "3.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64f3378b-5341-4cec-8bb8-5b7bae6e705b/?format=api"
                }
            ]
        },
        {
            "id": "8bd6faf5-14af-455b-bde5-5e4ee349cad4",
            "match": "https://api-prod.gambitprofit.com/api/matches/0211d141-fd00-4769-b532-b0d7205a8f74/?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": 5742.0
                    },
                    {
                        "team": "Game Total Under 2.5",
                        "amount": 4258.0
                    }
                ],
                "expected_reward_tokens": 8899.22,
                "profit_sb": -100.78,
                "profit_sb_percentage": -1.12,
                "recommended": false
            },
            "lines": [
                {
                    "id": "af8f2cf6-7d74-4faa-8e11-6ee99fe6a721",
                    "gambit_id": "5946efdb-8e56-470c-bb08-c56ccc03f9f6",
                    "last_updated": "2022-08-08T10:52:17.165263-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.55000",
                    "odds": "1.60000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bd6faf5-14af-455b-bde5-5e4ee349cad4/?format=api"
                },
                {
                    "id": "6fbdf1e5-5533-4c49-84e5-dcf6a7ea3452",
                    "gambit_id": "f9735a70-e94c-4719-ba3b-49d9dce9afb5",
                    "last_updated": "2022-08-08T10:52:17.164841-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "2.09000",
                    "odds": "2.20000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bd6faf5-14af-455b-bde5-5e4ee349cad4/?format=api"
                }
            ]
        }
    ]
}