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/5079776a-7182-4f7d-bd2a-a08942329761/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5079776a-7182-4f7d-bd2a-a08942329761",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "bb0a3cf5-d52f-4cce-ab47-7f6af11cd2e9",
    "completed": true,
    "last_updated": "2023-08-29T19:28:16.289670-04:00",
    "created_at": "2023-08-28T08:48:08.825427-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.22,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/bb0a3cf5-d52f-4cce-ab47-7f6af11cd2e9",
    "datetime": "2023-08-28T19:45:00-04:00",
    "cutoff_datetime": "2023-08-28T19:45:00-04:00",
    "name": "SDG (B Snell) v. STL (A Wainwright)",
    "bettypes": [
        {
            "id": "cb2a1a0d-8fac-4efe-ab48-b512d4c13e57",
            "match": "https://api-prod.gambitprofit.com/api/matches/5079776a-7182-4f7d-bd2a-a08942329761/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-08-28T08:48:08.833875-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": "SDG (B Snell)",
                        "amount": 6434.0
                    },
                    {
                        "team": "STL (A Wainwright)",
                        "amount": 3566.0
                    }
                ],
                "expected_reward_tokens": 9521.22,
                "profit_sb": 21.22,
                "profit_sb_percentage": 0.22,
                "recommended": true
            },
            "lines": [
                {
                    "id": "6cab1ad6-d1b1-4204-b6b9-c984ce921d35",
                    "gambit_id": "35ea7bfc-915e-4236-86e2-3c964c644c53",
                    "last_updated": "2023-08-29T19:28:16.300119-04:00",
                    "created_at": "2023-08-28T08:48:08.837910-04:00",
                    "name": "SDG (B Snell)",
                    "reward": "1.48000",
                    "odds": "1.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb2a1a0d-8fac-4efe-ab48-b512d4c13e57/?format=api"
                },
                {
                    "id": "0a9152f8-6d51-4e32-b023-67401b34dba6",
                    "gambit_id": "d89fae3d-7101-4a53-b573-063494f06881",
                    "last_updated": "2023-08-29T19:28:16.303483-04:00",
                    "created_at": "2023-08-28T08:48:08.841936-04:00",
                    "name": "STL (A Wainwright)",
                    "reward": "2.67000",
                    "odds": "2.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb2a1a0d-8fac-4efe-ab48-b512d4c13e57/?format=api"
                }
            ]
        },
        {
            "id": "d0db6426-7cd9-4669-82fd-3db9020ae8b1",
            "match": "https://api-prod.gambitprofit.com/api/matches/5079776a-7182-4f7d-bd2a-a08942329761/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-08-28T08:48:08.846000-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": "SDG",
                        "amount": 5423.0
                    },
                    {
                        "team": "STL",
                        "amount": 4577.0
                    }
                ],
                "expected_reward_tokens": 9381.79,
                "profit_sb": -118.21,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "63e35a3f-264b-48ac-aff8-3efe8196cba9",
                    "gambit_id": "230e592c-80be-4566-b8fb-199ff3ba7d10",
                    "last_updated": "2023-08-29T19:28:16.310392-04:00",
                    "created_at": "2023-08-28T08:48:08.849820-04:00",
                    "name": "SDG",
                    "reward": "1.73000",
                    "odds": "1.76920",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0db6426-7cd9-4669-82fd-3db9020ae8b1/?format=api"
                },
                {
                    "id": "6a759b56-6fdf-4ef6-90a8-d53e52afaa08",
                    "gambit_id": "74680d1e-9295-4942-9aa6-76e9020a6034",
                    "last_updated": "2023-08-29T19:28:16.313886-04:00",
                    "created_at": "2023-08-28T08:48:08.854293-04:00",
                    "name": "STL",
                    "reward": "2.05000",
                    "odds": "2.10000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0db6426-7cd9-4669-82fd-3db9020ae8b1/?format=api"
                }
            ]
        },
        {
            "id": "d8049aff-d8ce-4846-a544-d6c0faefd378",
            "match": "https://api-prod.gambitprofit.com/api/matches/5079776a-7182-4f7d-bd2a-a08942329761/?format=api",
            "name": "Over/Under",
            "created_at": "2023-08-28T08:48:08.858739-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.5",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 9.5",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "374f2c23-eb6a-4d24-9e4e-e8e9de28b3f6",
                    "gambit_id": "6553188f-d958-4abe-aa5d-223b9def3efb",
                    "last_updated": "2023-08-29T19:28:16.324190-04:00",
                    "created_at": "2023-08-28T08:48:08.866564-04:00",
                    "name": "Game Total Under 9.5",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8049aff-d8ce-4846-a544-d6c0faefd378/?format=api"
                },
                {
                    "id": "4496bbec-d247-452c-a808-bf92b6b3bf85",
                    "gambit_id": "5fc39cee-2519-4679-84ee-b460d8f3455c",
                    "last_updated": "2023-08-29T19:28:16.320816-04:00",
                    "created_at": "2023-08-28T08:48:08.862797-04:00",
                    "name": "Game Total Over 9.5",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8049aff-d8ce-4846-a544-d6c0faefd378/?format=api"
                }
            ]
        }
    ]
}