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/666f75cd-13fb-456b-9b62-0189584d2c09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "666f75cd-13fb-456b-9b62-0189584d2c09",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "88d4b4f2-0380-491e-9d33-52c9a476f65f",
    "completed": true,
    "last_updated": "2023-08-14T18:43:06.499662-04:00",
    "created_at": "2023-08-13T10:18:24.446866-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.05,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/88d4b4f2-0380-491e-9d33-52c9a476f65f",
    "datetime": "2023-08-13T13:35:00-04:00",
    "cutoff_datetime": "2023-08-13T13:35:00-04:00",
    "name": "OAK (K Waldichuk) v. WAS (T Williams)",
    "bettypes": [
        {
            "id": "4f8c6ce5-8051-4eb9-8cb2-9d328600df81",
            "match": "https://api-prod.gambitprofit.com/api/matches/666f75cd-13fb-456b-9b62-0189584d2c09/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-08-13T10:18:24.452766-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": "WAS (T Williams)",
                        "amount": 5714.0
                    },
                    {
                        "team": "OAK (K Waldichuk)",
                        "amount": 4286.0
                    }
                ],
                "expected_reward_tokens": 9599.52,
                "profit_sb": 99.52,
                "profit_sb_percentage": 1.05,
                "recommended": true
            },
            "lines": [
                {
                    "id": "f9caddc5-4262-4b58-a28c-b7726d915e24",
                    "gambit_id": "887686cb-73c3-46a1-ae97-21d295c39f34",
                    "last_updated": "2023-08-14T18:43:06.513368-04:00",
                    "created_at": "2023-08-13T10:18:24.461071-04:00",
                    "name": "WAS (T Williams)",
                    "reward": "1.68000",
                    "odds": "1.71430",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f8c6ce5-8051-4eb9-8cb2-9d328600df81/?format=api"
                },
                {
                    "id": "c8c7bfdf-79e7-4a88-afaa-4b3f292d5e70",
                    "gambit_id": "f2105995-437e-4058-a2f9-1ae06fd49487",
                    "last_updated": "2023-08-14T18:43:06.509999-04:00",
                    "created_at": "2023-08-13T10:18:24.457099-04:00",
                    "name": "OAK (K Waldichuk)",
                    "reward": "2.24000",
                    "odds": "2.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f8c6ce5-8051-4eb9-8cb2-9d328600df81/?format=api"
                }
            ]
        },
        {
            "id": "935ff815-fd0f-4ece-bfd1-dbf6fb02f961",
            "match": "https://api-prod.gambitprofit.com/api/matches/666f75cd-13fb-456b-9b62-0189584d2c09/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-08-13T10:18:24.464944-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": "OAK",
                        "amount": 6010.0
                    },
                    {
                        "team": "WAS",
                        "amount": 3990.0
                    }
                ],
                "expected_reward_tokens": 9495.8,
                "profit_sb": -4.2,
                "profit_sb_percentage": -0.04,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9e67b313-ba63-45f8-9f2e-62068adb507f",
                    "gambit_id": "64860fef-45e8-4e0a-b001-b017a3c863ac",
                    "last_updated": "2023-08-14T18:43:06.520060-04:00",
                    "created_at": "2023-08-13T10:18:24.468724-04:00",
                    "name": "OAK",
                    "reward": "1.58000",
                    "odds": "1.60610",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/935ff815-fd0f-4ece-bfd1-dbf6fb02f961/?format=api"
                },
                {
                    "id": "c88bceba-bd2d-460e-a05f-cc592a11bcfb",
                    "gambit_id": "430318c5-58ce-407b-9e16-6b9004c34886",
                    "last_updated": "2023-08-14T18:43:06.523804-04:00",
                    "created_at": "2023-08-13T10:18:24.473016-04:00",
                    "name": "WAS",
                    "reward": "2.38000",
                    "odds": "2.45000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/935ff815-fd0f-4ece-bfd1-dbf6fb02f961/?format=api"
                }
            ]
        },
        {
            "id": "65a9e28f-53a9-4e1c-8e7d-203c6ee8d1b7",
            "match": "https://api-prod.gambitprofit.com/api/matches/666f75cd-13fb-456b-9b62-0189584d2c09/?format=api",
            "name": "Over/Under",
            "created_at": "2023-08-13T10:18:24.476983-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 Over 9.5",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Under 9.5",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "910cb17c-593b-4360-b720-f45739bde119",
                    "gambit_id": "2e08dd2f-2a57-48b7-bdb6-b5d8d0c5e0aa",
                    "last_updated": "2023-08-14T18:43:06.531165-04:00",
                    "created_at": "2023-08-13T10:18:24.480771-04:00",
                    "name": "Game Total Over 9.5",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65a9e28f-53a9-4e1c-8e7d-203c6ee8d1b7/?format=api"
                },
                {
                    "id": "79535db4-48e7-4e5b-bc74-9fcb26a900cb",
                    "gambit_id": "164b0be1-d89a-4f48-8b52-f5e4e6f267cf",
                    "last_updated": "2023-08-14T18:43:06.535228-04:00",
                    "created_at": "2023-08-13T10:18:24.485135-04:00",
                    "name": "Game Total Under 9.5",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65a9e28f-53a9-4e1c-8e7d-203c6ee8d1b7/?format=api"
                }
            ]
        }
    ]
}