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/99746d10-a7ab-4835-bb01-a72279f56e09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99746d10-a7ab-4835-bb01-a72279f56e09",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "2084573d-6888-44c2-8ce9-50b0df1da7e3",
    "completed": true,
    "last_updated": "2022-12-31T10:56:57.349009-05:00",
    "created_at": "2022-12-30T10:27:09.507412-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.98,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/2084573d-6888-44c2-8ce9-50b0df1da7e3",
    "datetime": "2022-12-30T16:30:00-05:00",
    "cutoff_datetime": "2022-12-30T16:30:00-05:00",
    "name": "Wyoming v. Ohio",
    "bettypes": [
        {
            "id": "e9ece482-0f08-4582-a0b7-0dd0fc93c721",
            "match": "https://api-prod.gambitprofit.com/api/matches/99746d10-a7ab-4835-bb01-a72279f56e09/?format=api",
            "name": "Pick the Winner",
            "created_at": "2022-12-30T10:27:09.509773-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": "Ohio",
                        "amount": 5753.0
                    },
                    {
                        "team": "Wyoming",
                        "amount": 4247.0
                    }
                ],
                "expected_reward_tokens": 9088.58,
                "profit_sb": 88.58,
                "profit_sb_percentage": 0.98,
                "recommended": true
            },
            "lines": [
                {
                    "id": "3026a7c0-1d1e-43e0-abe8-005e9c1a2124",
                    "gambit_id": "8b4030dd-0382-4096-97cd-95040156aa48",
                    "last_updated": "2022-12-31T10:56:57.352847-05:00",
                    "created_at": "2022-12-30T10:27:09.511102-05:00",
                    "name": "Ohio",
                    "reward": "1.58000",
                    "odds": "1.66670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9ece482-0f08-4582-a0b7-0dd0fc93c721/?format=api"
                },
                {
                    "id": "36e13f60-8929-428d-a581-6fe1fca78fd0",
                    "gambit_id": "1c33a79b-dc8f-4d82-9540-1300c2c716cf",
                    "last_updated": "2022-12-31T10:56:57.353948-05:00",
                    "created_at": "2022-12-30T10:27:09.512385-05:00",
                    "name": "Wyoming",
                    "reward": "2.14000",
                    "odds": "2.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9ece482-0f08-4582-a0b7-0dd0fc93c721/?format=api"
                }
            ]
        },
        {
            "id": "ebfb8554-6898-405e-9c7a-be114836d2ae",
            "match": "https://api-prod.gambitprofit.com/api/matches/99746d10-a7ab-4835-bb01-a72279f56e09/?format=api",
            "name": "Play the Odds",
            "created_at": "2022-12-30T10:27:09.517808-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": "Ohio",
                        "amount": 5000.0
                    },
                    {
                        "team": "Wyoming",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b946878a-afb0-49a3-b739-590bd26363d5",
                    "gambit_id": "af236738-2272-40ae-ae06-44a3ab4951ac",
                    "last_updated": "2022-12-31T10:56:57.359400-05:00",
                    "created_at": "2022-12-30T10:27:09.518997-05:00",
                    "name": "Ohio",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebfb8554-6898-405e-9c7a-be114836d2ae/?format=api"
                },
                {
                    "id": "197e781a-d766-451b-9417-76e5c645c0bc",
                    "gambit_id": "ba994a24-ad86-4067-8d01-c61dedb3b7ea",
                    "last_updated": "2022-12-31T10:56:57.360466-05:00",
                    "created_at": "2022-12-30T10:27:09.520220-05:00",
                    "name": "Wyoming",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebfb8554-6898-405e-9c7a-be114836d2ae/?format=api"
                }
            ]
        },
        {
            "id": "109364b8-c3a3-4b86-8583-ccb579446bad",
            "match": "https://api-prod.gambitprofit.com/api/matches/99746d10-a7ab-4835-bb01-a72279f56e09/?format=api",
            "name": "Over/Under",
            "created_at": "2022-12-30T10:27:09.513960-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 Under 42",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 42",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "26cbdfaf-2b0a-4e15-82dd-150541a360bb",
                    "gambit_id": "ff823493-5479-4b18-a9e6-5436f3243c91",
                    "last_updated": "2022-12-31T10:56:57.356119-05:00",
                    "created_at": "2022-12-30T10:27:09.515176-05:00",
                    "name": "Game Total Under 42",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "42.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/109364b8-c3a3-4b86-8583-ccb579446bad/?format=api"
                },
                {
                    "id": "5da06037-d0b9-4aa7-8c9d-96632cfec48e",
                    "gambit_id": "636b3ee7-14d1-4921-be71-012207ff670f",
                    "last_updated": "2022-12-31T10:56:57.357239-05:00",
                    "created_at": "2022-12-30T10:27:09.516473-05:00",
                    "name": "Game Total Over 42",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "42.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/109364b8-c3a3-4b86-8583-ccb579446bad/?format=api"
                }
            ]
        }
    ]
}