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/9f13ff02-1694-4846-8d8f-324b96b5e265/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f13ff02-1694-4846-8d8f-324b96b5e265",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "a4f9728d-f810-4bab-92ba-30b30f23c5ff",
    "completed": true,
    "last_updated": "2022-10-17T10:01:51.956299-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.67,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/a4f9728d-f810-4bab-92ba-30b30f23c5ff",
    "datetime": "2022-10-15T20:00:00-04:00",
    "cutoff_datetime": "2022-10-15T20:00:00-04:00",
    "name": "North Carolina v. Duke",
    "bettypes": [
        {
            "id": "878df8f5-c49c-46e8-9d11-982bd0f915af",
            "match": "https://api-prod.gambitprofit.com/api/matches/9f13ff02-1694-4846-8d8f-324b96b5e265/?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": "North Carolina",
                        "amount": 7084.0
                    },
                    {
                        "team": "Duke",
                        "amount": 2916.0
                    }
                ],
                "expected_reward_tokens": 9563.4,
                "profit_sb": 63.4,
                "profit_sb_percentage": 0.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "921428cc-e8cd-4b5b-8e41-8fe9c05f211a",
                    "gambit_id": "b4c4b771-c797-415f-a758-bb2e3670aae5",
                    "last_updated": "2022-10-17T10:01:51.963782-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "North Carolina",
                    "reward": "1.35000",
                    "odds": "1.36360",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/878df8f5-c49c-46e8-9d11-982bd0f915af/?format=api"
                },
                {
                    "id": "43abc708-eee1-44e0-9f06-6915804ca0d8",
                    "gambit_id": "ee8134d3-e791-4ce3-a2c4-cdbea2bd5663",
                    "last_updated": "2022-10-17T10:01:51.962655-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Duke",
                    "reward": "3.28000",
                    "odds": "3.35000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/878df8f5-c49c-46e8-9d11-982bd0f915af/?format=api"
                }
            ]
        },
        {
            "id": "f31ee917-4384-4a80-9776-07dc90cdea60",
            "match": "https://api-prod.gambitprofit.com/api/matches/9f13ff02-1694-4846-8d8f-324b96b5e265/?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": "North Carolina",
                        "amount": 5106.0
                    },
                    {
                        "team": "Duke",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "57fc1a9d-041d-4353-a74e-d3fae2c2dd5a",
                    "gambit_id": "f40619c1-dec4-4e71-9b88-37b1a6729729",
                    "last_updated": "2022-10-17T10:01:51.967095-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "North Carolina",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "-7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f31ee917-4384-4a80-9776-07dc90cdea60/?format=api"
                },
                {
                    "id": "4aec0971-043e-4823-b055-f6a49b5a261d",
                    "gambit_id": "d502aeeb-e8fb-42f9-9ad5-2e9282daee88",
                    "last_updated": "2022-10-17T10:01:51.966033-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Duke",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f31ee917-4384-4a80-9776-07dc90cdea60/?format=api"
                }
            ]
        },
        {
            "id": "52e8c693-97c1-46e5-bbbb-95bf761ea3cd",
            "match": "https://api-prod.gambitprofit.com/api/matches/9f13ff02-1694-4846-8d8f-324b96b5e265/?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 70",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 70",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0dfa0fc4-b149-4d03-9a5e-539bd0946021",
                    "gambit_id": "98dbc64f-2a5f-40b9-9e86-c15a27aed14f",
                    "last_updated": "2022-10-17T10:01:51.960354-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 70",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "70.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52e8c693-97c1-46e5-bbbb-95bf761ea3cd/?format=api"
                },
                {
                    "id": "42290140-9881-45f4-aa19-01f48e68b921",
                    "gambit_id": "14d01164-ebaf-49e1-8560-2c82be7bf0f3",
                    "last_updated": "2022-10-17T10:01:51.959184-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 70",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "70.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52e8c693-97c1-46e5-bbbb-95bf761ea3cd/?format=api"
                }
            ]
        }
    ]
}