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/c9de6131-308c-4c42-a980-8203071fd280/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9de6131-308c-4c42-a980-8203071fd280",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "d3c692c2-3cc9-41b0-9506-eafb8373c64e",
    "completed": true,
    "last_updated": "2023-09-12T11:18:00.903875-04:00",
    "created_at": "2023-09-10T10:03:10.759277-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.59,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/d3c692c2-3cc9-41b0-9506-eafb8373c64e",
    "datetime": "2023-09-10T20:10:00-04:00",
    "cutoff_datetime": "2023-09-10T20:10:00-04:00",
    "name": "COL (P Lambert) v. SFO (K Winn)",
    "bettypes": [
        {
            "id": "e1f8b347-a6a4-4fd8-9936-2bd78f68870f",
            "match": "https://api-prod.gambitprofit.com/api/matches/c9de6131-308c-4c42-a980-8203071fd280/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-09-10T10:03:10.765894-04: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": "SFO (K Winn)",
                        "amount": 6434.0
                    },
                    {
                        "team": "COL (P Lambert)",
                        "amount": 3566.0
                    }
                ],
                "expected_reward_tokens": 9521.22,
                "profit_sb": 21.22,
                "profit_sb_percentage": 0.22,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d2d43b47-c3a3-4a7a-9e51-8fe3b6fbf243",
                    "gambit_id": "7f4c6fef-e9d1-43ee-a6c2-a7308cce13ea",
                    "last_updated": "2023-09-12T11:18:00.925849-04:00",
                    "created_at": "2023-09-10T10:03:10.776906-04:00",
                    "name": "SFO (K Winn)",
                    "reward": "1.48000",
                    "odds": "1.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1f8b347-a6a4-4fd8-9936-2bd78f68870f/?format=api"
                },
                {
                    "id": "d816029d-bd85-4ffb-b5fc-ab5dc10ce48b",
                    "gambit_id": "e1922a42-4608-4057-b4c2-be45f610d4f2",
                    "last_updated": "2023-09-12T11:18:00.917337-04:00",
                    "created_at": "2023-09-10T10:03:10.769733-04:00",
                    "name": "COL (P Lambert)",
                    "reward": "2.67000",
                    "odds": "2.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1f8b347-a6a4-4fd8-9936-2bd78f68870f/?format=api"
                }
            ]
        },
        {
            "id": "fe0f9652-0a7a-47c1-890d-3811695e08ae",
            "match": "https://api-prod.gambitprofit.com/api/matches/c9de6131-308c-4c42-a980-8203071fd280/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-09-10T10:03:10.784563-04: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": "COL",
                        "amount": 5222.0
                    },
                    {
                        "team": "SFO",
                        "amount": 4778.0
                    }
                ],
                "expected_reward_tokens": 9556.0,
                "profit_sb": 56.0,
                "profit_sb_percentage": 0.59,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d1e0fd51-a848-4098-93da-70b0ea65e5ff",
                    "gambit_id": "36729bad-4002-4ebc-9b76-091052eb7e62",
                    "last_updated": "2023-09-12T11:18:00.932732-04:00",
                    "created_at": "2023-09-10T10:03:10.787989-04:00",
                    "name": "COL",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe0f9652-0a7a-47c1-890d-3811695e08ae/?format=api"
                },
                {
                    "id": "3fde1e1a-6b07-48b8-bc96-3e87d4860a18",
                    "gambit_id": "969a2b6a-270a-40d4-aa6b-1a9945fbc6ed",
                    "last_updated": "2023-09-12T11:18:00.936337-04:00",
                    "created_at": "2023-09-10T10:03:10.805982-04:00",
                    "name": "SFO",
                    "reward": "2.00000",
                    "odds": "2.05000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe0f9652-0a7a-47c1-890d-3811695e08ae/?format=api"
                }
            ]
        },
        {
            "id": "44001e18-c465-4ac5-91f2-4e7f587f59fe",
            "match": "https://api-prod.gambitprofit.com/api/matches/c9de6131-308c-4c42-a980-8203071fd280/?format=api",
            "name": "Over/Under",
            "created_at": "2023-09-10T10:03:10.814052-04: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 8.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 8.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3ac44926-e6bb-475f-ab5a-2f10579e2381",
                    "gambit_id": "cc1e0eb9-7bd3-43f2-9059-d2d1de1589e8",
                    "last_updated": "2023-09-12T11:18:00.942957-04:00",
                    "created_at": "2023-09-10T10:03:10.821724-04:00",
                    "name": "Game Total Over 8.5",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44001e18-c465-4ac5-91f2-4e7f587f59fe/?format=api"
                },
                {
                    "id": "aa876366-53c8-432f-8d17-24c381ccb133",
                    "gambit_id": "4a950fe6-4302-4b64-b0e4-d54d123c1ad0",
                    "last_updated": "2023-09-12T11:18:00.946448-04:00",
                    "created_at": "2023-09-10T10:03:10.830350-04:00",
                    "name": "Game Total Under 8.5",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44001e18-c465-4ac5-91f2-4e7f587f59fe/?format=api"
                }
            ]
        }
    ]
}