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/483243ac-4422-41d9-b67b-fa4602d774b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "483243ac-4422-41d9-b67b-fa4602d774b7",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "5bc074ff-58b6-40ed-aee6-deb674462aa9",
    "completed": true,
    "last_updated": "2022-11-28T10:22:12.145526-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.28,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/5bc074ff-58b6-40ed-aee6-deb674462aa9",
    "datetime": "2022-11-26T12:00:00-05:00",
    "cutoff_datetime": "2022-11-26T12:00:00-05:00",
    "name": "Rutgers v. Maryland",
    "bettypes": [
        {
            "id": "91ba290d-3a7e-464c-976f-9c88aff25f5a",
            "match": "https://api-prod.gambitprofit.com/api/matches/483243ac-4422-41d9-b67b-fa4602d774b7/?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": "Maryland",
                        "amount": 8083.0
                    },
                    {
                        "team": "Rutgers",
                        "amount": 1917.0
                    }
                ],
                "expected_reward_tokens": 9295.45,
                "profit_sb": 295.45,
                "profit_sb_percentage": 3.28,
                "recommended": true
            },
            "lines": [
                {
                    "id": "03e4686e-83eb-4bd2-a044-ecc7b02309aa",
                    "gambit_id": "c71431ab-5764-4ec1-80d1-6072a6307b8b",
                    "last_updated": "2022-11-28T10:22:12.155077-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Maryland",
                    "reward": "1.15000",
                    "odds": "1.16670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91ba290d-3a7e-464c-976f-9c88aff25f5a/?format=api"
                },
                {
                    "id": "96e680fa-45bf-43e6-a708-98ef09872322",
                    "gambit_id": "3747f0b5-b7c3-4220-8919-1a52606dbd73",
                    "last_updated": "2022-11-28T10:22:12.156173-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Rutgers",
                    "reward": "4.85000",
                    "odds": "5.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91ba290d-3a7e-464c-976f-9c88aff25f5a/?format=api"
                }
            ]
        },
        {
            "id": "50b620bb-a3a1-42ed-a7f9-761d6fd98ab1",
            "match": "https://api-prod.gambitprofit.com/api/matches/483243ac-4422-41d9-b67b-fa4602d774b7/?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": "Rutgers",
                        "amount": 5000.0
                    },
                    {
                        "team": "Maryland",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "788c2c83-a20e-4fc5-b5c5-4ea35836a08d",
                    "gambit_id": "5945e282-3691-4b58-8e40-2a6d42a32fde",
                    "last_updated": "2022-11-28T10:22:12.152979-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Rutgers",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "14.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50b620bb-a3a1-42ed-a7f9-761d6fd98ab1/?format=api"
                },
                {
                    "id": "e2345934-9218-4297-aacc-19e084acf83b",
                    "gambit_id": "e324db3a-06ee-41f0-82f4-ab99b70370e3",
                    "last_updated": "2022-11-28T10:22:12.151862-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Maryland",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-14.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50b620bb-a3a1-42ed-a7f9-761d6fd98ab1/?format=api"
                }
            ]
        },
        {
            "id": "92f27521-472e-4f5f-83bb-23acea5165a1",
            "match": "https://api-prod.gambitprofit.com/api/matches/483243ac-4422-41d9-b67b-fa4602d774b7/?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 Under 48.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 48.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1f169267-f47c-472d-8497-f7b8030d1e6d",
                    "gambit_id": "031f746e-53e9-4f0a-8988-252ca0e14d2a",
                    "last_updated": "2022-11-28T10:22:12.148330-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 48.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "48.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92f27521-472e-4f5f-83bb-23acea5165a1/?format=api"
                },
                {
                    "id": "2aa80146-d715-475e-a50b-9db0071266d9",
                    "gambit_id": "6e1b2533-c7e3-40fd-a3e2-66c73a2fb619",
                    "last_updated": "2022-11-28T10:22:12.149553-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 48.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "48.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92f27521-472e-4f5f-83bb-23acea5165a1/?format=api"
                }
            ]
        }
    ]
}