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/52c19dc8-6d30-4617-88a8-0aa5fd3c6325/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52c19dc8-6d30-4617-88a8-0aa5fd3c6325",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "74c28cef-4242-4086-b0d3-171ed8ed122b",
    "completed": true,
    "last_updated": "2022-09-11T10:57:00.205337-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.54,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/74c28cef-4242-4086-b0d3-171ed8ed122b",
    "datetime": "2022-09-10T15:30:00-04:00",
    "cutoff_datetime": "2022-09-10T15:30:00-04:00",
    "name": "Memphis v. Navy",
    "bettypes": [
        {
            "id": "7d901cba-111c-4a19-8358-c43edc57a777",
            "match": "https://api-prod.gambitprofit.com/api/matches/52c19dc8-6d30-4617-88a8-0aa5fd3c6325/?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": "Memphis",
                        "amount": 6278.0
                    },
                    {
                        "team": "Navy",
                        "amount": 3722.0
                    }
                ],
                "expected_reward_tokens": 9228.66,
                "profit_sb": 228.66,
                "profit_sb_percentage": 2.54,
                "recommended": true
            },
            "lines": [
                {
                    "id": "5779d0b7-a59b-4bc8-917c-bb68f8074536",
                    "gambit_id": "13513eb2-6b54-4bd6-a2d4-f3506d4d3b05",
                    "last_updated": "2022-09-11T10:57:00.213425-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Memphis",
                    "reward": "1.47000",
                    "odds": "1.52630",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d901cba-111c-4a19-8358-c43edc57a777/?format=api"
                },
                {
                    "id": "6997f3c0-7071-40c2-8efe-313f74599e82",
                    "gambit_id": "f8bd310a-c24c-4609-8504-c39d3573bede",
                    "last_updated": "2022-09-11T10:57:00.212121-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Navy",
                    "reward": "2.48000",
                    "odds": "2.65000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d901cba-111c-4a19-8358-c43edc57a777/?format=api"
                }
            ]
        },
        {
            "id": "acb15af9-58c8-4d00-b13c-49a8ce753409",
            "match": "https://api-prod.gambitprofit.com/api/matches/52c19dc8-6d30-4617-88a8-0aa5fd3c6325/?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": "Navy",
                        "amount": 5000.0
                    },
                    {
                        "team": "Memphis",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "6b55c90d-b3eb-420b-82e1-d7c2e1f81684",
                    "gambit_id": "3c8d6a6c-eda5-429d-b3bf-ed018c250f60",
                    "last_updated": "2022-09-11T10:57:00.215753-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Navy",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "4.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acb15af9-58c8-4d00-b13c-49a8ce753409/?format=api"
                },
                {
                    "id": "3083b652-3f1e-4fa9-b4d4-34dc1c4e2676",
                    "gambit_id": "1eeb9657-5658-4557-95d8-60a48df9e49d",
                    "last_updated": "2022-09-11T10:57:00.216780-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Memphis",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "-4.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acb15af9-58c8-4d00-b13c-49a8ce753409/?format=api"
                }
            ]
        },
        {
            "id": "5974accf-a86e-45a9-bd8d-d329fa5f671b",
            "match": "https://api-prod.gambitprofit.com/api/matches/52c19dc8-6d30-4617-88a8-0aa5fd3c6325/?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 47.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 47.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7bd11278-6680-4acc-a958-2127d30b3eef",
                    "gambit_id": "76e550ca-990a-42ed-913f-2c0b0d975f57",
                    "last_updated": "2022-09-11T10:57:00.208538-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 47.5",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "47.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5974accf-a86e-45a9-bd8d-d329fa5f671b/?format=api"
                },
                {
                    "id": "e1b1b914-7a7b-45fd-a8b0-612d14fb1a06",
                    "gambit_id": "f0ecb000-2d2c-4c2d-af65-b0a96040cbce",
                    "last_updated": "2022-09-11T10:57:00.209768-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 47.5",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "47.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5974accf-a86e-45a9-bd8d-d329fa5f671b/?format=api"
                }
            ]
        }
    ]
}