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/3add3ddf-dffa-4ebc-9fd7-28773863d59f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3add3ddf-dffa-4ebc-9fd7-28773863d59f",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "078aacaa-653c-485c-9554-c5ac78e85ead",
    "completed": true,
    "last_updated": "2023-08-28T16:23:34.314245-04:00",
    "created_at": "2023-08-26T09:23:23.537802-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.71,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/078aacaa-653c-485c-9554-c5ac78e85ead",
    "datetime": "2023-08-26T15:07:00-04:00",
    "cutoff_datetime": "2023-08-26T15:07:00-04:00",
    "name": "CLE (L Allen) v. TOR (H Ryu)",
    "bettypes": [
        {
            "id": "01f3e7a2-ba9d-4cab-b33c-141f16b7301c",
            "match": "https://api-prod.gambitprofit.com/api/matches/3add3ddf-dffa-4ebc-9fd7-28773863d59f/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-08-26T09:23:23.550688-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": "TOR (H Ryu)",
                        "amount": 6173.0
                    },
                    {
                        "team": "CLE (L Allen)",
                        "amount": 3827.0
                    }
                ],
                "expected_reward_tokens": 9567.5,
                "profit_sb": 67.5,
                "profit_sb_percentage": 0.71,
                "recommended": true
            },
            "lines": [
                {
                    "id": "2280ae29-094d-43f0-90da-cfb4c1efa03d",
                    "gambit_id": "29b5f328-78bd-40d3-912d-38907e328f37",
                    "last_updated": "2023-08-28T16:23:34.330214-04:00",
                    "created_at": "2023-08-26T09:23:23.580440-04:00",
                    "name": "TOR (H Ryu)",
                    "reward": "1.55000",
                    "odds": "1.57140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01f3e7a2-ba9d-4cab-b33c-141f16b7301c/?format=api"
                },
                {
                    "id": "d548004b-5d5b-4b9b-b45a-cc1b1e22144b",
                    "gambit_id": "4d72f362-a936-45c6-a80d-f4b0a9f7af1b",
                    "last_updated": "2023-08-28T16:23:34.326724-04:00",
                    "created_at": "2023-08-26T09:23:23.572070-04:00",
                    "name": "CLE (L Allen)",
                    "reward": "2.50000",
                    "odds": "2.57000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01f3e7a2-ba9d-4cab-b33c-141f16b7301c/?format=api"
                }
            ]
        },
        {
            "id": "3710e4fb-40e8-4f6a-bfdd-0eceeadbb728",
            "match": "https://api-prod.gambitprofit.com/api/matches/3add3ddf-dffa-4ebc-9fd7-28773863d59f/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-08-26T09:23:23.585203-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": "CLE",
                        "amount": 5512.0
                    },
                    {
                        "team": "TOR",
                        "amount": 4488.0
                    }
                ],
                "expected_reward_tokens": 9424.8,
                "profit_sb": -75.2,
                "profit_sb_percentage": -0.79,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4c7c5e7d-5747-4167-b615-7f4a7ac09c5f",
                    "gambit_id": "c1f5c98a-e707-49c6-b02e-7fd4ba794321",
                    "last_updated": "2023-08-28T16:23:34.342903-04:00",
                    "created_at": "2023-08-26T09:23:23.589066-04:00",
                    "name": "CLE",
                    "reward": "1.71000",
                    "odds": "1.74070",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3710e4fb-40e8-4f6a-bfdd-0eceeadbb728/?format=api"
                },
                {
                    "id": "0b6cce56-3d06-4fe3-9ba7-5137cf643fae",
                    "gambit_id": "e7cfb892-d4a1-49a4-a1b9-af4f911180a9",
                    "last_updated": "2023-08-28T16:23:34.347431-04:00",
                    "created_at": "2023-08-26T09:23:23.593796-04:00",
                    "name": "TOR",
                    "reward": "2.10000",
                    "odds": "2.15000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3710e4fb-40e8-4f6a-bfdd-0eceeadbb728/?format=api"
                }
            ]
        },
        {
            "id": "9027cb52-3d2e-42f1-bf40-6bdf7415f676",
            "match": "https://api-prod.gambitprofit.com/api/matches/3add3ddf-dffa-4ebc-9fd7-28773863d59f/?format=api",
            "name": "Over/Under",
            "created_at": "2023-08-26T09:23:23.597922-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 Under 8.5",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Over 8.5",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b31d1886-17dd-4771-bf20-4032475716d8",
                    "gambit_id": "d2be1fe9-e073-4494-b29d-0865af9c0f71",
                    "last_updated": "2023-08-28T16:23:34.357490-04:00",
                    "created_at": "2023-08-26T09:23:23.606484-04:00",
                    "name": "Game Total Under 8.5",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9027cb52-3d2e-42f1-bf40-6bdf7415f676/?format=api"
                },
                {
                    "id": "4a867044-41cf-4157-b4ad-f5b7fe7618fa",
                    "gambit_id": "4b06d5d1-6bc4-4dfa-b788-0a4d79f5b0b3",
                    "last_updated": "2023-08-28T16:23:34.354039-04:00",
                    "created_at": "2023-08-26T09:23:23.602425-04:00",
                    "name": "Game Total Over 8.5",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9027cb52-3d2e-42f1-bf40-6bdf7415f676/?format=api"
                }
            ]
        }
    ]
}