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/8c86c835-00d8-4571-84ef-f6c15ffb3163/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c86c835-00d8-4571-84ef-f6c15ffb3163",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "1a140159-180a-4927-b4a0-7cf58f45de19",
    "completed": true,
    "last_updated": "2023-05-22T14:42:19.658120-04:00",
    "created_at": "2023-05-21T10:17:15.486833-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.74,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/1a140159-180a-4927-b4a0-7cf58f45de19",
    "datetime": "2023-05-21T11:35:00-04:00",
    "cutoff_datetime": "2023-05-21T11:35:00-04:00",
    "name": "NYY (L Severino) v. CIN (H Greene)",
    "bettypes": [
        {
            "id": "648e450d-877b-43c6-9416-1ed090b516b0",
            "match": "https://api-prod.gambitprofit.com/api/matches/8c86c835-00d8-4571-84ef-f6c15ffb3163/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-05-21T10:17:15.501330-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": "NYY (L Severino)",
                        "amount": 5630.0
                    },
                    {
                        "team": "CIN (H Greene)",
                        "amount": 4370.0
                    }
                ],
                "expected_reward_tokens": 9570.3,
                "profit_sb": 70.3,
                "profit_sb_percentage": 0.74,
                "recommended": true
            },
            "lines": [
                {
                    "id": "93361b2b-19be-43ec-a6e6-d31e7f547619",
                    "gambit_id": "944aa96f-0b2b-430a-a5d4-00971d2786b9",
                    "last_updated": "2023-05-22T14:42:19.670933-04:00",
                    "created_at": "2023-05-21T10:17:15.504788-04:00",
                    "name": "NYY (L Severino)",
                    "reward": "1.70000",
                    "odds": "1.74070",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/648e450d-877b-43c6-9416-1ed090b516b0/?format=api"
                },
                {
                    "id": "5e9bf6a7-6895-45d5-8e95-7b7c1e4fdca0",
                    "gambit_id": "30ebd29f-d11d-423f-a168-547d3a22e4a1",
                    "last_updated": "2023-05-22T14:42:19.672081-04:00",
                    "created_at": "2023-05-21T10:17:15.502985-04:00",
                    "name": "CIN (H Greene)",
                    "reward": "2.19000",
                    "odds": "2.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/648e450d-877b-43c6-9416-1ed090b516b0/?format=api"
                }
            ]
        },
        {
            "id": "2706103b-944c-4fe2-b95e-7e1902137d37",
            "match": "https://api-prod.gambitprofit.com/api/matches/8c86c835-00d8-4571-84ef-f6c15ffb3163/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-05-21T10:17:15.495657-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": "CIN",
                        "amount": 5515.0
                    },
                    {
                        "team": "NYY",
                        "amount": 4485.0
                    }
                ],
                "expected_reward_tokens": 9373.65,
                "profit_sb": -126.35,
                "profit_sb_percentage": -1.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c6d0df64-e59c-4d7a-ab8a-0a4295643b2c",
                    "gambit_id": "273b49f2-62f7-4226-b5f4-15b7fcc14d6c",
                    "last_updated": "2023-05-22T14:42:19.667342-04:00",
                    "created_at": "2023-05-21T10:17:15.497247-04:00",
                    "name": "CIN",
                    "reward": "1.70000",
                    "odds": "1.74070",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2706103b-944c-4fe2-b95e-7e1902137d37/?format=api"
                },
                {
                    "id": "2bbe0348-24d4-4ad5-beee-5a3a1a6e03f6",
                    "gambit_id": "434b0d3d-4c1b-4a5c-9f2a-e52e2568bfa7",
                    "last_updated": "2023-05-22T14:42:19.668555-04:00",
                    "created_at": "2023-05-21T10:17:15.499067-04:00",
                    "name": "NYY",
                    "reward": "2.09000",
                    "odds": "2.15000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2706103b-944c-4fe2-b95e-7e1902137d37/?format=api"
                }
            ]
        },
        {
            "id": "b8977b58-855e-4c18-a38a-88bd55086c82",
            "match": "https://api-prod.gambitprofit.com/api/matches/8c86c835-00d8-4571-84ef-f6c15ffb3163/?format=api",
            "name": "Over/Under",
            "created_at": "2023-05-21T10:17:15.489669-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 8.5",
                        "amount": 5094.0
                    },
                    {
                        "team": "Game Total Under 8.5",
                        "amount": 4906.0
                    }
                ],
                "expected_reward_tokens": 9321.4,
                "profit_sb": -178.6,
                "profit_sb_percentage": -1.88,
                "recommended": false
            },
            "lines": [
                {
                    "id": "38740dfd-9c9e-4f83-a2cf-b0c9db55a94e",
                    "gambit_id": "147c1d92-9212-4fd8-ab7b-c6b118f61d5e",
                    "last_updated": "2023-05-22T14:42:19.663863-04:00",
                    "created_at": "2023-05-21T10:17:15.493830-04:00",
                    "name": "Game Total Over 8.5",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8977b58-855e-4c18-a38a-88bd55086c82/?format=api"
                },
                {
                    "id": "2f70048c-f647-4594-aa56-5e0d309a6207",
                    "gambit_id": "dbaf45ca-88ea-48da-8439-0038d3cb987a",
                    "last_updated": "2023-05-22T14:42:19.661799-04:00",
                    "created_at": "2023-05-21T10:17:15.491944-04:00",
                    "name": "Game Total Under 8.5",
                    "reward": "1.90000",
                    "odds": "1.95240",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8977b58-855e-4c18-a38a-88bd55086c82/?format=api"
                }
            ]
        }
    ]
}