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/f375d750-34c7-4b47-a820-15d6f935d120/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f375d750-34c7-4b47-a820-15d6f935d120",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "e711d620-846a-4d6c-a8cf-59e6684d6649",
    "completed": true,
    "last_updated": "2022-11-28T09:42:16.050822-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.51,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/e711d620-846a-4d6c-a8cf-59e6684d6649",
    "datetime": "2022-11-26T17:00:00-05:00",
    "cutoff_datetime": "2022-11-26T17:00:00-05:00",
    "name": "UL Lafayette v. Texas St",
    "bettypes": [
        {
            "id": "f21ec2cd-1017-4076-9d28-5a622dbe8ef7",
            "match": "https://api-prod.gambitprofit.com/api/matches/f375d750-34c7-4b47-a820-15d6f935d120/?format=api",
            "name": "Pick the Winner",
            "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": "UL Lafayette",
                        "amount": 6389.0
                    },
                    {
                        "team": "Texas St",
                        "amount": 3611.0
                    }
                ],
                "expected_reward_tokens": 9135.83,
                "profit_sb": 135.83,
                "profit_sb_percentage": 1.51,
                "recommended": true
            },
            "lines": [
                {
                    "id": "883433d5-70e9-46c5-b6bc-de4af8617990",
                    "gambit_id": "e42ff628-bce4-40d0-9a81-df63c5a54753",
                    "last_updated": "2022-11-28T09:42:16.060520-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UL Lafayette",
                    "reward": "1.43000",
                    "odds": "1.48780",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f21ec2cd-1017-4076-9d28-5a622dbe8ef7/?format=api"
                },
                {
                    "id": "d5ef307d-be8f-4159-b049-3bb9869c07b3",
                    "gambit_id": "580de2b5-833f-4e3a-8100-d8026fcde204",
                    "last_updated": "2022-11-28T09:42:16.059530-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas St",
                    "reward": "2.53000",
                    "odds": "2.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f21ec2cd-1017-4076-9d28-5a622dbe8ef7/?format=api"
                }
            ]
        },
        {
            "id": "9dd68cbc-649d-40f5-8871-6a4fa397231c",
            "match": "https://api-prod.gambitprofit.com/api/matches/f375d750-34c7-4b47-a820-15d6f935d120/?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": "UL Lafayette",
                        "amount": 5000.0
                    },
                    {
                        "team": "Texas St",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "04388f77-825f-433e-9d05-f0828724b392",
                    "gambit_id": "37dd010a-961e-4ded-9f47-75542b002c22",
                    "last_updated": "2022-11-28T09:42:16.057529-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UL Lafayette",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-5.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dd68cbc-649d-40f5-8871-6a4fa397231c/?format=api"
                },
                {
                    "id": "3e274c80-042a-4bd9-9c42-1e09615214bc",
                    "gambit_id": "ca6cf520-5ffa-4332-976b-866196468a25",
                    "last_updated": "2022-11-28T09:42:16.056449-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas St",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "5.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dd68cbc-649d-40f5-8871-6a4fa397231c/?format=api"
                }
            ]
        },
        {
            "id": "d1c9d4de-a3a6-4502-bd33-77c5079c2f49",
            "match": "https://api-prod.gambitprofit.com/api/matches/f375d750-34c7-4b47-a820-15d6f935d120/?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 44",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 44",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8a87a1d7-5aaa-4849-9f06-5f093ff42d11",
                    "gambit_id": "5604adb1-4081-4c24-afca-1cd9b356cc9d",
                    "last_updated": "2022-11-28T09:42:16.054438-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 44",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "44.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1c9d4de-a3a6-4502-bd33-77c5079c2f49/?format=api"
                },
                {
                    "id": "7e34f098-194f-4c91-ad34-5fed62f78460",
                    "gambit_id": "98e589bc-2024-46f7-b783-34f31381933e",
                    "last_updated": "2022-11-28T09:42:16.053359-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 44",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "44.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1c9d4de-a3a6-4502-bd33-77c5079c2f49/?format=api"
                }
            ]
        }
    ]
}