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/c17c0e52-c6a7-4c8c-ba3d-5f23c3d305cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c17c0e52-c6a7-4c8c-ba3d-5f23c3d305cc",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "e779057d-da50-41b2-82f3-9da5ce06c261",
    "completed": true,
    "last_updated": "2023-09-26T09:53:04.645941-04:00",
    "created_at": "2023-09-24T09:13:24.225140-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.78,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/e779057d-da50-41b2-82f3-9da5ce06c261",
    "datetime": "2023-09-24T13:40:00-04:00",
    "cutoff_datetime": "2023-09-24T13:40:00-04:00",
    "name": "MIL (F Peralta) v. MIA (E Cabrera)",
    "bettypes": [
        {
            "id": "9b2882b2-ca86-4f0e-a0b2-764a9e4c94ae",
            "match": "https://api-prod.gambitprofit.com/api/matches/c17c0e52-c6a7-4c8c-ba3d-5f23c3d305cc/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-09-24T09:13:24.234676-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 (F Peralta)",
                        "amount": 5440.0
                    },
                    {
                        "team": "MIA (E Cabrera)",
                        "amount": 4560.0
                    }
                ],
                "expected_reward_tokens": 9574.4,
                "profit_sb": 74.4,
                "profit_sb_percentage": 0.78,
                "recommended": true
            },
            "lines": [
                {
                    "id": "fc093d99-89e2-4b48-838a-d6d4ce8f735b",
                    "gambit_id": "bf5e86f4-74aa-475a-85bd-fc0faeac8e9e",
                    "last_updated": "2023-09-26T09:53:04.660817-04:00",
                    "created_at": "2023-09-24T09:13:24.238733-04:00",
                    "name": "MIL (F Peralta)",
                    "reward": "1.76000",
                    "odds": "1.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b2882b2-ca86-4f0e-a0b2-764a9e4c94ae/?format=api"
                },
                {
                    "id": "9fe2fc06-b69b-400a-9147-978705818cc2",
                    "gambit_id": "bc73bb4b-acdc-4b46-a0b9-6d5554910e23",
                    "last_updated": "2023-09-26T09:53:04.664836-04:00",
                    "created_at": "2023-09-24T09:13:24.242782-04:00",
                    "name": "MIA (E Cabrera)",
                    "reward": "2.10000",
                    "odds": "2.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b2882b2-ca86-4f0e-a0b2-764a9e4c94ae/?format=api"
                }
            ]
        },
        {
            "id": "f049836d-518d-46f9-9a8b-cf49c67f8251",
            "match": "https://api-prod.gambitprofit.com/api/matches/c17c0e52-c6a7-4c8c-ba3d-5f23c3d305cc/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-09-24T09:13:24.246615-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": "MIA",
                        "amount": 5939.0
                    },
                    {
                        "team": "MIL",
                        "amount": 4061.0
                    }
                ],
                "expected_reward_tokens": 9502.4,
                "profit_sb": 2.4,
                "profit_sb_percentage": 0.03,
                "recommended": true
            },
            "lines": [
                {
                    "id": "aff3cf50-e2cd-4461-80bb-fc216489c729",
                    "gambit_id": "ab6118c0-5f0e-404f-ac7a-584bb528b354",
                    "last_updated": "2023-09-26T09:53:04.676662-04:00",
                    "created_at": "2023-09-24T09:13:24.254133-04:00",
                    "name": "MIA",
                    "reward": "1.60000",
                    "odds": "1.62500",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f049836d-518d-46f9-9a8b-cf49c67f8251/?format=api"
                },
                {
                    "id": "81513ec1-af71-4ab2-9420-0b2f1ac67b5e",
                    "gambit_id": "81ff2d8c-774d-4c81-8281-e05e547708ae",
                    "last_updated": "2023-09-26T09:53:04.672694-04:00",
                    "created_at": "2023-09-24T09:13:24.250145-04:00",
                    "name": "MIL",
                    "reward": "2.34000",
                    "odds": "2.40000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f049836d-518d-46f9-9a8b-cf49c67f8251/?format=api"
                }
            ]
        },
        {
            "id": "8e7c7021-637a-4ee3-8579-1162bee50a0c",
            "match": "https://api-prod.gambitprofit.com/api/matches/c17c0e52-c6a7-4c8c-ba3d-5f23c3d305cc/?format=api",
            "name": "Over/Under",
            "created_at": "2023-09-24T09:13:24.257893-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 7",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Over 7",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7403cff1-8a12-44b1-8517-2a523dcf4ea0",
                    "gambit_id": "8126294a-ad6e-471d-aaf2-1fe88833d0f9",
                    "last_updated": "2023-09-26T09:53:04.688440-04:00",
                    "created_at": "2023-09-24T09:13:24.268022-04:00",
                    "name": "Game Total Under 7",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e7c7021-637a-4ee3-8579-1162bee50a0c/?format=api"
                },
                {
                    "id": "54b34cc6-be0c-4a95-a989-2149a8c1fda2",
                    "gambit_id": "66e98080-5b2f-45b1-bc48-9682c3ac6a38",
                    "last_updated": "2023-09-26T09:53:04.684449-04:00",
                    "created_at": "2023-09-24T09:13:24.261415-04:00",
                    "name": "Game Total Over 7",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e7c7021-637a-4ee3-8579-1162bee50a0c/?format=api"
                }
            ]
        }
    ]
}