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/ce25c793-9b4b-4f67-aebf-fe4c513105e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce25c793-9b4b-4f67-aebf-fe4c513105e7",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "c670bae5-91f6-43f4-afdd-7d1e3a13095f",
    "completed": true,
    "last_updated": "2022-10-31T10:32:23.143858-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.59,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/c670bae5-91f6-43f4-afdd-7d1e3a13095f",
    "datetime": "2022-10-29T15:30:00-04:00",
    "cutoff_datetime": "2022-10-29T15:30:00-04:00",
    "name": "Wake Forest v. Louisville",
    "bettypes": [
        {
            "id": "4604e6ef-7579-4788-bb34-7bdb81637c37",
            "match": "https://api-prod.gambitprofit.com/api/matches/ce25c793-9b4b-4f67-aebf-fe4c513105e7/?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": "Wake Forest",
                        "amount": 5863.0
                    },
                    {
                        "team": "Louisville",
                        "amount": 4137.0
                    }
                ],
                "expected_reward_tokens": 9556.47,
                "profit_sb": 56.47,
                "profit_sb_percentage": 0.59,
                "recommended": true
            },
            "lines": [
                {
                    "id": "3b6afc37-4046-425d-9fb7-4cc125fec9aa",
                    "gambit_id": "6c6b3f4c-814c-4a6b-878b-589495d0931f",
                    "last_updated": "2022-10-31T10:32:23.149879-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Wake Forest",
                    "reward": "1.63000",
                    "odds": "1.64520",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4604e6ef-7579-4788-bb34-7bdb81637c37/?format=api"
                },
                {
                    "id": "eaec2225-f236-4841-b6f8-7b78d757d92d",
                    "gambit_id": "d999a331-0feb-457a-b84c-79875439c940",
                    "last_updated": "2022-10-31T10:32:23.148966-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Louisville",
                    "reward": "2.31000",
                    "odds": "2.35000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4604e6ef-7579-4788-bb34-7bdb81637c37/?format=api"
                }
            ]
        },
        {
            "id": "41a29c03-3da3-4592-a461-96b06f96751d",
            "match": "https://api-prod.gambitprofit.com/api/matches/ce25c793-9b4b-4f67-aebf-fe4c513105e7/?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": "Wake Forest",
                        "amount": 5106.0
                    },
                    {
                        "team": "Louisville",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "eb08f248-ead4-4712-821d-90ff4c25608b",
                    "gambit_id": "052e2f07-5964-4dda-a23c-df2332c943e3",
                    "last_updated": "2022-10-31T10:32:23.152615-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Wake Forest",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "-3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41a29c03-3da3-4592-a461-96b06f96751d/?format=api"
                },
                {
                    "id": "072593e0-b56f-40d8-8665-b72ccbef7d41",
                    "gambit_id": "c6f9f24b-a23c-445d-aa2f-e25dd044c976",
                    "last_updated": "2022-10-31T10:32:23.151701-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Louisville",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41a29c03-3da3-4592-a461-96b06f96751d/?format=api"
                }
            ]
        },
        {
            "id": "b8dad53d-60a0-4b3e-b724-eb084bc09d94",
            "match": "https://api-prod.gambitprofit.com/api/matches/ce25c793-9b4b-4f67-aebf-fe4c513105e7/?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 66.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 66.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "88c1f6f4-bdc2-4c5f-ad2f-16d8cc227ef2",
                    "gambit_id": "eafc06cc-bf0f-4435-9fec-83cb666b3295",
                    "last_updated": "2022-10-31T10:32:23.147104-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 66.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "66.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8dad53d-60a0-4b3e-b724-eb084bc09d94/?format=api"
                },
                {
                    "id": "98fe2f0b-d539-4752-b234-cb415db4eada",
                    "gambit_id": "466f44e6-6503-42ee-bbca-9c60db8cf0a6",
                    "last_updated": "2022-10-31T10:32:23.146132-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 66.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "66.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8dad53d-60a0-4b3e-b724-eb084bc09d94/?format=api"
                }
            ]
        }
    ]
}