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/08572149-1d66-4cc9-b1f3-0256c6d16e77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08572149-1d66-4cc9-b1f3-0256c6d16e77",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "2ef72592-c139-4973-8753-18b1c3816d43",
    "completed": true,
    "last_updated": "2022-10-18T09:27:07.627786-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.4,
    "sport_category": "US MLS",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/2ef72592-c139-4973-8753-18b1c3816d43",
    "datetime": "2022-10-17T19:00:00-04:00",
    "cutoff_datetime": "2022-10-17T19:00:00-04:00",
    "name": "New York City FC v. Inter Miami CF",
    "bettypes": [
        {
            "id": "362db9ea-59ee-4654-8077-ea780d65aadd",
            "match": "https://api-prod.gambitprofit.com/api/matches/08572149-1d66-4cc9-b1f3-0256c6d16e77/?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": "New York City FC",
                        "amount": 6673.0
                    },
                    {
                        "team": "Draw",
                        "amount": 3327.0
                    }
                ],
                "expected_reward_tokens": 11877.39,
                "profit_sb": 2377.39,
                "profit_sb_percentage": 25.03,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "New York City FC",
                        "amount": 5210.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2598.0
                    },
                    {
                        "team": "Inter Miami CF",
                        "amount": 2192.0
                    }
                ],
                "expected_reward_tokens": 9272.16,
                "profit_sb": -227.84,
                "profit_sb_percentage": -2.4,
                "recommended": false
            },
            "lines": [
                {
                    "id": "cdfd9b6d-68c0-4696-a53b-3e795f9c2f17",
                    "gambit_id": "fe2ac8c2-df1b-4f9e-baa6-b6ecc14f4c53",
                    "last_updated": "2022-10-18T09:27:07.635596-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New York City FC",
                    "reward": "1.78000",
                    "odds": "1.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/362db9ea-59ee-4654-8077-ea780d65aadd/?format=api"
                },
                {
                    "id": "293c20cf-68ef-4fe7-a264-5500c7a11a72",
                    "gambit_id": "5bb3572b-4ddb-4533-a20a-d12a7f8f9081",
                    "last_updated": "2022-10-18T09:27:07.633707-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Draw",
                    "reward": "3.57000",
                    "odds": "3.65000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/362db9ea-59ee-4654-8077-ea780d65aadd/?format=api"
                },
                {
                    "id": "8609e1ca-2cae-485e-a53b-065e63877265",
                    "gambit_id": "fb8c320d-1d73-4a99-9d3d-f1a10f5b8827",
                    "last_updated": "2022-10-18T09:27:07.634656-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Inter Miami CF",
                    "reward": "4.23000",
                    "odds": "4.33000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/362db9ea-59ee-4654-8077-ea780d65aadd/?format=api"
                }
            ]
        },
        {
            "id": "b3e078b4-446c-4113-a413-b3f60ef09bd1",
            "match": "https://api-prod.gambitprofit.com/api/matches/08572149-1d66-4cc9-b1f3-0256c6d16e77/?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": 5068.0
                    },
                    {
                        "team": "Game Total Under 2.5",
                        "amount": 4932.0
                    }
                ],
                "expected_reward_tokens": 9222.84,
                "profit_sb": -277.16,
                "profit_sb_percentage": -2.92,
                "recommended": false
            },
            "lines": [
                {
                    "id": "64b835f9-ccbc-4ac4-b2a4-e9f9b9c17732",
                    "gambit_id": "3fce9fb4-03f8-40e1-ad5c-ab810aa76c0b",
                    "last_updated": "2022-10-18T09:27:07.630653-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.82000",
                    "odds": "1.85000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3e078b4-446c-4113-a413-b3f60ef09bd1/?format=api"
                },
                {
                    "id": "992c9b5a-8dc8-4349-9943-3b58a4c6eadb",
                    "gambit_id": "9ae5a8b9-010b-4f0e-b2c5-49eb37c9615b",
                    "last_updated": "2022-10-18T09:27:07.631789-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "1.87000",
                    "odds": "1.90000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3e078b4-446c-4113-a413-b3f60ef09bd1/?format=api"
                }
            ]
        }
    ]
}