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/c88ba35a-d47e-423e-ab1b-eb970be64bed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c88ba35a-d47e-423e-ab1b-eb970be64bed",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "eb47c202-3e81-4106-a43c-b7e772c6151d",
    "completed": true,
    "last_updated": "2023-03-19T16:47:19.698164-04:00",
    "created_at": "2023-03-17T23:07:14.352208-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.11,
    "sport_category": "Mens NCAAB Tournament",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/eb47c202-3e81-4106-a43c-b7e772c6151d",
    "datetime": "2023-03-18T12:00:00-04:00",
    "cutoff_datetime": "2023-03-18T12:00:00-04:00",
    "name": "Princeton v. Missouri",
    "bettypes": [
        {
            "id": "17961bc4-d933-4483-b136-1caf8df3bed8",
            "match": "https://api-prod.gambitprofit.com/api/matches/c88ba35a-d47e-423e-ab1b-eb970be64bed/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-03-17T23:07:14.369317-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": "Missouri",
                        "amount": 6942.0
                    },
                    {
                        "team": "Princeton",
                        "amount": 3058.0
                    }
                ],
                "expected_reward_tokens": 9510.38,
                "profit_sb": 10.38,
                "profit_sb_percentage": 0.11,
                "recommended": true
            },
            "lines": [
                {
                    "id": "3bd84419-8fe5-41f0-8e4d-bd84a3584a0f",
                    "gambit_id": "0a1f7607-a668-4d00-8e54-906dffa76f2f",
                    "last_updated": "2023-03-19T16:47:19.709146-04:00",
                    "created_at": "2023-03-17T23:07:14.371273-04:00",
                    "name": "Missouri",
                    "reward": "1.37000",
                    "odds": "1.38460",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17961bc4-d933-4483-b136-1caf8df3bed8/?format=api"
                },
                {
                    "id": "66ed7133-2063-4237-b434-8089ebad4c5b",
                    "gambit_id": "e110ebc7-05f8-440b-8c1e-f05bcb983899",
                    "last_updated": "2023-03-19T16:47:19.710381-04:00",
                    "created_at": "2023-03-17T23:07:14.373215-04:00",
                    "name": "Princeton",
                    "reward": "3.11000",
                    "odds": "3.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17961bc4-d933-4483-b136-1caf8df3bed8/?format=api"
                }
            ]
        },
        {
            "id": "02355ce1-3651-4b8e-95fc-01a56465fa9f",
            "match": "https://api-prod.gambitprofit.com/api/matches/c88ba35a-d47e-423e-ab1b-eb970be64bed/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-03-17T23:07:14.362076-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": "Missouri",
                        "amount": 5107.0
                    },
                    {
                        "team": "Princeton",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ec408a8d-8aac-4c12-b295-07515fb195af",
                    "gambit_id": "07c0e793-0f4b-4d12-8458-81cd8baaff77",
                    "last_updated": "2023-03-19T16:47:19.705437-04:00",
                    "created_at": "2023-03-17T23:07:14.364322-04:00",
                    "name": "Missouri",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "-6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02355ce1-3651-4b8e-95fc-01a56465fa9f/?format=api"
                },
                {
                    "id": "d849ba13-f98b-410a-80fb-26d850074e9c",
                    "gambit_id": "df6ed4af-4078-4157-9b65-b5ca6f6a0ec3",
                    "last_updated": "2023-03-19T16:47:19.706673-04:00",
                    "created_at": "2023-03-17T23:07:14.366914-04:00",
                    "name": "Princeton",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02355ce1-3651-4b8e-95fc-01a56465fa9f/?format=api"
                }
            ]
        },
        {
            "id": "5f6896a9-56d3-4cb0-bcb1-7832f93dd580",
            "match": "https://api-prod.gambitprofit.com/api/matches/c88ba35a-d47e-423e-ab1b-eb970be64bed/?format=api",
            "name": "Over/Under",
            "created_at": "2023-03-17T23:07:14.354908-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 145",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 145",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "feb4fbe2-5f23-400e-8936-f798abb92a93",
                    "gambit_id": "ab794c60-3718-4d76-b4e5-f940ed1eb9a3",
                    "last_updated": "2023-03-19T16:47:19.701709-04:00",
                    "created_at": "2023-03-17T23:07:14.357321-04:00",
                    "name": "Game Total Under 145",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "145.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f6896a9-56d3-4cb0-bcb1-7832f93dd580/?format=api"
                },
                {
                    "id": "3d9278f7-b2e8-43f1-8ff1-6d2d9007d528",
                    "gambit_id": "9ba256d2-31de-47dc-b668-bc9d37cfe25c",
                    "last_updated": "2023-03-19T16:47:19.703017-04:00",
                    "created_at": "2023-03-17T23:07:14.359413-04:00",
                    "name": "Game Total Over 145",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "145.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f6896a9-56d3-4cb0-bcb1-7832f93dd580/?format=api"
                }
            ]
        }
    ]
}