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/7314a5e2-a382-4a56-bc69-063b758e1294/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7314a5e2-a382-4a56-bc69-063b758e1294",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "cdd653d2-7e8b-4f58-a4d8-225872d269e2",
    "completed": true,
    "last_updated": "2023-09-23T10:23:11.692646-04:00",
    "created_at": "2023-09-21T08:58:03.094623-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.75,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/cdd653d2-7e8b-4f58-a4d8-225872d269e2",
    "datetime": "2023-09-21T13:15:00-04:00",
    "cutoff_datetime": "2023-09-21T13:15:00-04:00",
    "name": "MIL (W Miley) v. STL (M Mikolas)",
    "bettypes": [
        {
            "id": "df5443b8-35b1-4e6a-8ecb-ab3066ac2221",
            "match": "https://api-prod.gambitprofit.com/api/matches/7314a5e2-a382-4a56-bc69-063b758e1294/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-09-21T08:58:03.104842-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": "STL (M Mikolas)",
                        "amount": 5091.0
                    },
                    {
                        "team": "MIL (W Miley)",
                        "amount": 4909.0
                    }
                ],
                "expected_reward_tokens": 9571.08,
                "profit_sb": 71.08,
                "profit_sb_percentage": 0.75,
                "recommended": true
            },
            "lines": [
                {
                    "id": "437b5a6f-ab0d-4249-b57e-401041071c3f",
                    "gambit_id": "dec890dc-1bc6-4ba2-8a80-9a9476cc664e",
                    "last_updated": "2023-09-23T10:23:11.710689-04:00",
                    "created_at": "2023-09-21T08:58:03.114208-04:00",
                    "name": "STL (M Mikolas)",
                    "reward": "1.88000",
                    "odds": "1.91740",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df5443b8-35b1-4e6a-8ecb-ab3066ac2221/?format=api"
                },
                {
                    "id": "884ad8b9-d7ad-46ad-8a81-7ea511f37e6b",
                    "gambit_id": "439377b4-2923-40a8-870f-d60ff44db47b",
                    "last_updated": "2023-09-23T10:23:11.707464-04:00",
                    "created_at": "2023-09-21T08:58:03.109183-04:00",
                    "name": "MIL (W Miley)",
                    "reward": "1.95000",
                    "odds": "1.99010",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df5443b8-35b1-4e6a-8ecb-ab3066ac2221/?format=api"
                }
            ]
        },
        {
            "id": "bd4d6567-6f5e-48f9-9f53-55c73293e01b",
            "match": "https://api-prod.gambitprofit.com/api/matches/7314a5e2-a382-4a56-bc69-063b758e1294/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-09-21T08:58:03.118727-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": "MIL",
                        "amount": 6449.0
                    },
                    {
                        "team": "STL",
                        "amount": 3551.0
                    }
                ],
                "expected_reward_tokens": 9480.03,
                "profit_sb": -19.97,
                "profit_sb_percentage": -0.21,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e06dbd8d-1f40-4b69-852e-8d2a19edd48a",
                    "gambit_id": "13e9eaa9-d908-4781-99b1-59e253815648",
                    "last_updated": "2023-09-23T10:23:11.724280-04:00",
                    "created_at": "2023-09-21T08:58:03.123599-04:00",
                    "name": "MIL",
                    "reward": "1.47000",
                    "odds": "1.48780",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4d6567-6f5e-48f9-9f53-55c73293e01b/?format=api"
                },
                {
                    "id": "e25124cf-33a6-4774-a05a-8cc21702e917",
                    "gambit_id": "3218554d-949a-48c0-be4c-ce168983a6b6",
                    "last_updated": "2023-09-23T10:23:11.727607-04:00",
                    "created_at": "2023-09-21T08:58:03.128178-04:00",
                    "name": "STL",
                    "reward": "2.67000",
                    "odds": "2.75000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4d6567-6f5e-48f9-9f53-55c73293e01b/?format=api"
                }
            ]
        },
        {
            "id": "5f99f10a-f009-4c32-a5ab-ed5cd84b2f7a",
            "match": "https://api-prod.gambitprofit.com/api/matches/7314a5e2-a382-4a56-bc69-063b758e1294/?format=api",
            "name": "Over/Under",
            "created_at": "2023-09-21T08:58:03.132194-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 9",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 9",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e03f4029-a17b-4e5c-8123-8f9e0d496da6",
                    "gambit_id": "80d0a108-2ae8-40f3-a2a4-d555fe59e9e1",
                    "last_updated": "2023-09-23T10:23:11.761622-04:00",
                    "created_at": "2023-09-21T08:58:03.140331-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f99f10a-f009-4c32-a5ab-ed5cd84b2f7a/?format=api"
                },
                {
                    "id": "a43caa1d-3977-407e-834a-340eaeb62bf4",
                    "gambit_id": "eb33d734-96cb-43c6-844a-c6290871325d",
                    "last_updated": "2023-09-23T10:23:11.734240-04:00",
                    "created_at": "2023-09-21T08:58:03.135797-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f99f10a-f009-4c32-a5ab-ed5cd84b2f7a/?format=api"
                }
            ]
        }
    ]
}