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/2f2f9e64-dca1-44d9-a9c2-08b969fad32c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f2f9e64-dca1-44d9-a9c2-08b969fad32c",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "a08f98bf-e2e3-4174-918f-ef4d74b5cef4",
    "completed": true,
    "last_updated": "2023-08-10T10:27:58.542654-04:00",
    "created_at": "2023-08-09T08:13:10.865106-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.07,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/a08f98bf-e2e3-4174-918f-ef4d74b5cef4",
    "datetime": "2023-08-09T19:05:00-04:00",
    "cutoff_datetime": "2023-08-09T19:05:00-04:00",
    "name": "HOU (C Javier) v. BAL (J Flaherty)",
    "bettypes": [
        {
            "id": "02f0dd70-052d-4ebc-b12d-fd7e374e3aaf",
            "match": "https://api-prod.gambitprofit.com/api/matches/2f2f9e64-dca1-44d9-a9c2-08b969fad32c/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-08-09T08:13:10.876909-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": "BAL (J Flaherty)",
                        "amount": 5615.0
                    },
                    {
                        "team": "HOU (C Javier)",
                        "amount": 4385.0
                    }
                ],
                "expected_reward_tokens": 9601.65,
                "profit_sb": 101.65,
                "profit_sb_percentage": 1.07,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a459a994-b94c-425d-a3b4-f49aa02ace15",
                    "gambit_id": "34159908-a78b-45ab-9008-dd9b5fa215ad",
                    "last_updated": "2023-08-10T10:27:58.563344-04:00",
                    "created_at": "2023-08-09T08:13:10.885549-04:00",
                    "name": "BAL (J Flaherty)",
                    "reward": "1.71000",
                    "odds": "1.74070",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02f0dd70-052d-4ebc-b12d-fd7e374e3aaf/?format=api"
                },
                {
                    "id": "1de8ee1d-2003-4be3-9509-4a0fd6904fef",
                    "gambit_id": "f06a142b-deb7-4f55-b89a-f1296de3a789",
                    "last_updated": "2023-08-10T10:27:58.558943-04:00",
                    "created_at": "2023-08-09T08:13:10.881107-04:00",
                    "name": "HOU (C Javier)",
                    "reward": "2.19000",
                    "odds": "2.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02f0dd70-052d-4ebc-b12d-fd7e374e3aaf/?format=api"
                }
            ]
        },
        {
            "id": "a3eb0b88-d4dd-4b68-ac4a-4ac67ef1e1d2",
            "match": "https://api-prod.gambitprofit.com/api/matches/2f2f9e64-dca1-44d9-a9c2-08b969fad32c/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-08-09T08:13:10.891017-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": "HOU",
                        "amount": 6010.0
                    },
                    {
                        "team": "BAL",
                        "amount": 3990.0
                    }
                ],
                "expected_reward_tokens": 9495.8,
                "profit_sb": -4.2,
                "profit_sb_percentage": -0.04,
                "recommended": false
            },
            "lines": [
                {
                    "id": "18ce2739-a4f5-4a44-9a48-599789691f13",
                    "gambit_id": "189ebbee-94db-4b69-97c6-f4562e5e6875",
                    "last_updated": "2023-08-10T10:27:58.570107-04:00",
                    "created_at": "2023-08-09T08:13:10.894801-04:00",
                    "name": "HOU",
                    "reward": "1.58000",
                    "odds": "1.60610",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3eb0b88-d4dd-4b68-ac4a-4ac67ef1e1d2/?format=api"
                },
                {
                    "id": "97b6bccc-3dd7-470f-a2d9-e98851dbb3e9",
                    "gambit_id": "f7234e03-fecb-4521-a6cf-4377403dc858",
                    "last_updated": "2023-08-10T10:27:58.573430-04:00",
                    "created_at": "2023-08-09T08:13:10.898724-04:00",
                    "name": "BAL",
                    "reward": "2.38000",
                    "odds": "2.45000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3eb0b88-d4dd-4b68-ac4a-4ac67ef1e1d2/?format=api"
                }
            ]
        },
        {
            "id": "8ae2c500-a53a-4627-85f7-8abdd095eea1",
            "match": "https://api-prod.gambitprofit.com/api/matches/2f2f9e64-dca1-44d9-a9c2-08b969fad32c/?format=api",
            "name": "Over/Under",
            "created_at": "2023-08-09T08:13:10.902383-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 10",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 10",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ebdfca13-c5ac-449c-85f7-8b405b1752c3",
                    "gambit_id": "e2f6f14c-caa0-44bd-8cdc-e18510c785b8",
                    "last_updated": "2023-08-10T10:27:58.584363-04:00",
                    "created_at": "2023-08-09T08:13:10.910903-04:00",
                    "name": "Game Total Under 10",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ae2c500-a53a-4627-85f7-8abdd095eea1/?format=api"
                },
                {
                    "id": "768fe4e6-38b1-41cd-a94a-223acabf0bca",
                    "gambit_id": "3fd1ef6f-7990-4e67-96ce-249d22233d73",
                    "last_updated": "2023-08-10T10:27:58.580278-04:00",
                    "created_at": "2023-08-09T08:13:10.906509-04:00",
                    "name": "Game Total Over 10",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ae2c500-a53a-4627-85f7-8abdd095eea1/?format=api"
                }
            ]
        }
    ]
}