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/09892381-3a52-4e73-9e4c-44c1d9502644/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09892381-3a52-4e73-9e4c-44c1d9502644",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "55ff6951-3532-4857-b0d1-6c2a56527520",
    "completed": true,
    "last_updated": "2023-11-13T15:23:03.776771-05:00",
    "created_at": "2023-11-11T09:03:07.493580-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.42,
    "sport_category": "UFC 280",
    "sport": "Boxing/UFC",
    "url": "https://app.gambitrewards.com/match/55ff6951-3532-4857-b0d1-6c2a56527520",
    "datetime": "2023-11-11T21:00:00-05:00",
    "cutoff_datetime": "2023-11-11T21:00:00-05:00",
    "name": "Tom Aspinall v. Sergei Pavlovich",
    "bettypes": [
        {
            "id": "40e8ca9b-a98f-4b10-a731-8874829214c3",
            "match": "https://api-prod.gambitprofit.com/api/matches/09892381-3a52-4e73-9e4c-44c1d9502644/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-11-11T09:03:07.509453-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": "Tom Aspinall",
                        "amount": 5000.0
                    },
                    {
                        "team": "Sergei Pavlovich",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": -350.0,
                "profit_sb_percentage": -3.68,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ce13cd70-0ded-47b1-86f3-c0f9a6ff161a",
                    "gambit_id": "41396f0c-b2ec-4349-a058-97624542e4c9",
                    "last_updated": "2023-11-13T15:23:03.786037-05:00",
                    "created_at": "2023-11-11T09:03:07.513308-05:00",
                    "name": "Tom Aspinall",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40e8ca9b-a98f-4b10-a731-8874829214c3/?format=api"
                },
                {
                    "id": "84cf8893-8b65-425d-9015-6dc581c5612a",
                    "gambit_id": "556fac6d-a3e2-4ca7-9b78-93ffdbda3675",
                    "last_updated": "2023-11-13T15:23:03.789666-05:00",
                    "created_at": "2023-11-11T09:03:07.517526-05:00",
                    "name": "Sergei Pavlovich",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40e8ca9b-a98f-4b10-a731-8874829214c3/?format=api"
                }
            ]
        },
        {
            "id": "29bf6f50-d3d1-494d-aeb9-2948880bd3bb",
            "match": "https://api-prod.gambitprofit.com/api/matches/09892381-3a52-4e73-9e4c-44c1d9502644/?format=api",
            "name": "Over/Under",
            "created_at": "2023-11-11T09:03:07.521387-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": "Total Rounds Under 1.5",
                        "amount": 6393.0
                    },
                    {
                        "team": "Total Rounds Over 1.5",
                        "amount": 3607.0
                    }
                ],
                "expected_reward_tokens": 9269.85,
                "profit_sb": -230.15,
                "profit_sb_percentage": -2.42,
                "recommended": false
            },
            "lines": [
                {
                    "id": "fd53cfb2-3c6b-49a8-871a-cfee88d32a45",
                    "gambit_id": "8ba43f57-cbb6-45d0-aeb5-dbb6d28fd5ec",
                    "last_updated": "2023-11-13T15:23:03.799739-05:00",
                    "created_at": "2023-11-11T09:03:07.534212-05:00",
                    "name": "Total Rounds Under 1.5",
                    "reward": "1.45000",
                    "odds": "1.47620",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29bf6f50-d3d1-494d-aeb9-2948880bd3bb/?format=api"
                },
                {
                    "id": "a715b9aa-9dc4-4769-a5bf-bdc887163968",
                    "gambit_id": "37e459cf-4fec-4732-acd8-1f29548c57f3",
                    "last_updated": "2023-11-13T15:23:03.796269-05:00",
                    "created_at": "2023-11-11T09:03:07.529041-05:00",
                    "name": "Total Rounds Over 1.5",
                    "reward": "2.57000",
                    "odds": "2.65000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29bf6f50-d3d1-494d-aeb9-2948880bd3bb/?format=api"
                }
            ]
        }
    ]
}