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/67113a7f-cb48-4c3a-a353-b7c017e2ebfa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67113a7f-cb48-4c3a-a353-b7c017e2ebfa",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "143af847-b27c-445c-8686-c920ef475f46",
    "completed": true,
    "last_updated": "2022-09-25T19:57:06.287869-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 4.19,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/143af847-b27c-445c-8686-c920ef475f46",
    "datetime": "2022-09-24T15:30:00-04:00",
    "cutoff_datetime": "2022-09-24T15:30:00-04:00",
    "name": "Mid Tenn State v. Miami Florida",
    "bettypes": [
        {
            "id": "00d4687d-c5de-4c1d-b2ea-ed4105eac2b6",
            "match": "https://api-prod.gambitprofit.com/api/matches/67113a7f-cb48-4c3a-a353-b7c017e2ebfa/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Miami Florida",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10200.0,
                "profit_sb": 1200.0,
                "profit_sb_percentage": 13.33,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Miami Florida",
                        "amount": 9193.0
                    },
                    {
                        "team": "Mid Tenn State",
                        "amount": 807.0
                    }
                ],
                "expected_reward_tokens": 9376.86,
                "profit_sb": 376.86,
                "profit_sb_percentage": 4.19,
                "recommended": true
            },
            "lines": [
                {
                    "id": "188df8cd-2108-475c-bef8-f55c2a108f16",
                    "gambit_id": "2f475dcf-7db7-40e5-a28b-ccb2cf0ac14c",
                    "last_updated": "2022-09-25T19:57:06.294394-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Miami Florida",
                    "reward": "1.02000",
                    "odds": "1.02500",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00d4687d-c5de-4c1d-b2ea-ed4105eac2b6/?format=api"
                },
                {
                    "id": "1fb97a79-fcd1-442e-92a1-6d0831facc30",
                    "gambit_id": "9c32419c-73e4-4f12-a16c-e3145338c7f8",
                    "last_updated": "2022-09-25T19:57:06.295575-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mid Tenn State",
                    "reward": "11.62000",
                    "odds": "13.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00d4687d-c5de-4c1d-b2ea-ed4105eac2b6/?format=api"
                }
            ]
        },
        {
            "id": "2cd75d7c-4d3c-46a3-a103-86f92db0ea11",
            "match": "https://api-prod.gambitprofit.com/api/matches/67113a7f-cb48-4c3a-a353-b7c017e2ebfa/?format=api",
            "name": "Play the Odds",
            "created_at": "1969-12-31T19:00:00-05: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": "Mid Tenn State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Miami Florida",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9d74e993-647a-40ce-b9b8-64c4f4c5b792",
                    "gambit_id": "efb02b49-6604-44c3-b7f2-5caff612717a",
                    "last_updated": "2022-09-25T19:57:06.299425-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mid Tenn State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "25.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cd75d7c-4d3c-46a3-a103-86f92db0ea11/?format=api"
                },
                {
                    "id": "95944747-fe60-497a-ac9c-ead1e5d74f1f",
                    "gambit_id": "e2535019-263e-4354-817f-b61d32bed6ea",
                    "last_updated": "2022-09-25T19:57:06.298135-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Miami Florida",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-25.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cd75d7c-4d3c-46a3-a103-86f92db0ea11/?format=api"
                }
            ]
        },
        {
            "id": "efd7cf71-472e-4d2c-a570-895dca8a2d41",
            "match": "https://api-prod.gambitprofit.com/api/matches/67113a7f-cb48-4c3a-a353-b7c017e2ebfa/?format=api",
            "name": "Over/Under",
            "created_at": "1969-12-31T19:00:00-05: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 53.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 53.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "34607bff-cecc-4e47-af0d-1ee823c1f58f",
                    "gambit_id": "ff80374b-f373-4b8e-a87d-d30540745636",
                    "last_updated": "2022-09-25T19:57:06.292046-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 53.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "53.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efd7cf71-472e-4d2c-a570-895dca8a2d41/?format=api"
                },
                {
                    "id": "3def696d-4d64-4584-aa14-da9f70a82559",
                    "gambit_id": "51e51e22-7c6a-44c4-9771-9fadad3fdc20",
                    "last_updated": "2022-09-25T19:57:06.290861-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 53.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "53.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efd7cf71-472e-4d2c-a570-895dca8a2d41/?format=api"
                }
            ]
        }
    ]
}