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/7c9c8dc2-9e2f-4728-a617-adabe7a549b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c9c8dc2-9e2f-4728-a617-adabe7a549b5",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "32df9011-06f8-4475-8d8f-7275b6767c13",
    "completed": true,
    "last_updated": "2022-10-03T19:21:56.936076-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -6.96,
    "sport_category": "US MLS",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/32df9011-06f8-4475-8d8f-7275b6767c13",
    "datetime": "2022-10-02T17:00:00-04:00",
    "cutoff_datetime": "2022-10-02T17:00:00-04:00",
    "name": "Sporting Kansas City v. Seattle Sounders",
    "bettypes": [
        {
            "id": "fae10c41-574f-46fd-9901-dcbcb7355a2b",
            "match": "https://api-prod.gambitprofit.com/api/matches/7c9c8dc2-9e2f-4728-a617-adabe7a549b5/?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": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Sporting Kansas City",
                        "amount": 5890.0
                    },
                    {
                        "team": "Seattle Sounders",
                        "amount": 4110.0
                    }
                ],
                "expected_reward_tokens": 11836.8,
                "profit_sb": 2336.8,
                "profit_sb_percentage": 24.6,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Sporting Kansas City",
                        "amount": 4328.0
                    },
                    {
                        "team": "Seattle Sounders",
                        "amount": 3020.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2652.0
                    }
                ],
                "expected_reward_tokens": 8697.6,
                "profit_sb": -802.4,
                "profit_sb_percentage": -8.45,
                "recommended": false
            },
            "lines": [
                {
                    "id": "306cc73b-8b22-43d6-b357-f79a108da112",
                    "gambit_id": "d143d49e-8727-4130-93c6-176f11ce9fe4",
                    "last_updated": "2022-10-03T19:21:56.943279-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Sporting Kansas City",
                    "reward": "2.01000",
                    "odds": "2.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fae10c41-574f-46fd-9901-dcbcb7355a2b/?format=api"
                },
                {
                    "id": "63c3a330-10c1-4125-b835-55a8beab2fa4",
                    "gambit_id": "83674530-511c-43e4-a43c-2330a45e0726",
                    "last_updated": "2022-10-03T19:21:56.942199-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Seattle Sounders",
                    "reward": "2.88000",
                    "odds": "3.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fae10c41-574f-46fd-9901-dcbcb7355a2b/?format=api"
                },
                {
                    "id": "d6e82f81-6e40-469d-b5c6-2534408319cf",
                    "gambit_id": "23b57753-801b-430a-a368-59ba6a625a26",
                    "last_updated": "2022-10-03T19:21:56.944352-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Draw",
                    "reward": "3.28000",
                    "odds": "3.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fae10c41-574f-46fd-9901-dcbcb7355a2b/?format=api"
                }
            ]
        },
        {
            "id": "44684915-8330-4329-bab6-6ee712c7f7ae",
            "match": "https://api-prod.gambitprofit.com/api/matches/7c9c8dc2-9e2f-4728-a617-adabe7a549b5/?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 2.5",
                        "amount": 5490.0
                    },
                    {
                        "team": "Game Total Under 2.5",
                        "amount": 4510.0
                    }
                ],
                "expected_reward_tokens": 8838.9,
                "profit_sb": -661.1,
                "profit_sb_percentage": -6.96,
                "recommended": false
            },
            "lines": [
                {
                    "id": "bf8fad04-cf8f-49a3-88c6-5f3b57c66d01",
                    "gambit_id": "b2835c53-fc29-4653-90fe-76cd0766ab51",
                    "last_updated": "2022-10-03T19:21:56.938861-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.61000",
                    "odds": "1.70000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44684915-8330-4329-bab6-6ee712c7f7ae/?format=api"
                },
                {
                    "id": "f5d5efef-a06f-45d6-91c4-93517ecfc73e",
                    "gambit_id": "1f67f566-959b-4b54-9afa-a1695460c77f",
                    "last_updated": "2022-10-03T19:21:56.939990-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "1.96000",
                    "odds": "2.10000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44684915-8330-4329-bab6-6ee712c7f7ae/?format=api"
                }
            ]
        }
    ]
}