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/0b6bb787-72f3-4183-92ff-086a0a0e18e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b6bb787-72f3-4183-92ff-086a0a0e18e4",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "c888ed1c-f232-4473-8a3a-4851125ca944",
    "completed": true,
    "last_updated": "2022-08-28T11:27:15.967937-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.43,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/c888ed1c-f232-4473-8a3a-4851125ca944",
    "datetime": "2022-08-27T19:00:00-04:00",
    "cutoff_datetime": "2022-08-27T19:00:00-04:00",
    "name": "Charlotte v. Florida Atlantic",
    "bettypes": [
        {
            "id": "2710815a-2718-4e4b-8ea3-6b6d59f94cac",
            "match": "https://api-prod.gambitprofit.com/api/matches/0b6bb787-72f3-4183-92ff-086a0a0e18e4/?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": "Florida Atlantic",
                        "amount": 6897.0
                    },
                    {
                        "team": "Charlotte",
                        "amount": 3103.0
                    }
                ],
                "expected_reward_tokens": 9309.0,
                "profit_sb": 309.0,
                "profit_sb_percentage": 3.43,
                "recommended": true
            },
            "lines": [
                {
                    "id": "f8e43f80-0571-4ec5-af9c-671626f9ef9c",
                    "gambit_id": "e2eff0a6-2a09-4278-9f18-f7ed6cb4f569",
                    "last_updated": "2022-08-28T11:27:15.970086-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Florida Atlantic",
                    "reward": "1.35000",
                    "odds": "1.38460",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2710815a-2718-4e4b-8ea3-6b6d59f94cac/?format=api"
                },
                {
                    "id": "4aed66c7-1817-4836-a407-e0793a2ee27f",
                    "gambit_id": "d073746c-b94f-4b82-955a-67291369ce88",
                    "last_updated": "2022-08-28T11:27:15.970585-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Charlotte",
                    "reward": "3.00000",
                    "odds": "3.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2710815a-2718-4e4b-8ea3-6b6d59f94cac/?format=api"
                }
            ]
        },
        {
            "id": "ba680dd4-48fa-4120-8629-9a2128b6b909",
            "match": "https://api-prod.gambitprofit.com/api/matches/0b6bb787-72f3-4183-92ff-086a0a0e18e4/?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": "Charlotte",
                        "amount": 5109.0
                    },
                    {
                        "team": "Florida Atlantic",
                        "amount": 4891.0
                    }
                ],
                "expected_reward_tokens": 9145.11,
                "profit_sb": 145.11,
                "profit_sb_percentage": 1.61,
                "recommended": true
            },
            "lines": [
                {
                    "id": "ab512a73-8ce2-449d-b2f7-f1577fa6e16e",
                    "gambit_id": "5835abf2-9328-4136-af77-05beae40d2fb",
                    "last_updated": "2022-08-28T11:27:15.971084-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Charlotte",
                    "reward": "1.79000",
                    "odds": "1.86960",
                    "spread": "7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba680dd4-48fa-4120-8629-9a2128b6b909/?format=api"
                },
                {
                    "id": "7291677f-9613-4de5-8bfc-87468fb118da",
                    "gambit_id": "63c565b0-c836-4918-8280-96ba7623321d",
                    "last_updated": "2022-08-28T11:27:15.971579-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Florida Atlantic",
                    "reward": "1.87000",
                    "odds": "1.95240",
                    "spread": "-7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba680dd4-48fa-4120-8629-9a2128b6b909/?format=api"
                }
            ]
        },
        {
            "id": "067928ef-c671-4988-ab9c-a80951968feb",
            "match": "https://api-prod.gambitprofit.com/api/matches/0b6bb787-72f3-4183-92ff-086a0a0e18e4/?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 60",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 60",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "8b5c4f85-0962-425d-bd7f-8f415a320c06",
                    "gambit_id": "a48cb0e2-0959-4d96-9421-de6b3262ce2b",
                    "last_updated": "2022-08-28T11:27:15.969582-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 60",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "60.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/067928ef-c671-4988-ab9c-a80951968feb/?format=api"
                },
                {
                    "id": "f045e6ed-8498-454a-828c-7009bd879f25",
                    "gambit_id": "cc4b3c3b-100b-45a7-86c5-1fce9ec08c42",
                    "last_updated": "2022-08-28T11:27:15.969034-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 60",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "60.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/067928ef-c671-4988-ab9c-a80951968feb/?format=api"
                }
            ]
        }
    ]
}