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/12f19fac-97a1-4156-8d98-1212739c6f0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12f19fac-97a1-4156-8d98-1212739c6f0f",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "264899e9-eede-4e8d-9a8d-2658911058cd",
    "completed": true,
    "last_updated": "2023-08-28T16:18:31.514660-04:00",
    "created_at": "2023-08-26T09:23:25.721888-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.9,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/264899e9-eede-4e8d-9a8d-2658911058cd",
    "datetime": "2023-08-26T19:10:00-04:00",
    "cutoff_datetime": "2023-08-26T19:10:00-04:00",
    "name": "OAK (J Sears) v. CWS (T Toussaint)",
    "bettypes": [
        {
            "id": "036e5b84-7d1d-4e01-983b-37544de9b9a9",
            "match": "https://api-prod.gambitprofit.com/api/matches/12f19fac-97a1-4156-8d98-1212739c6f0f/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-08-26T09:23:25.731350-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": "CWS (T Toussaint)",
                        "amount": 5541.0
                    },
                    {
                        "team": "OAK (J Sears)",
                        "amount": 4459.0
                    }
                ],
                "expected_reward_tokens": 9585.93,
                "profit_sb": 85.93,
                "profit_sb_percentage": 0.9,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b1398e50-c608-4794-a543-65082b5473d1",
                    "gambit_id": "2c63e84b-80d7-4dab-9dad-c7b4c248b284",
                    "last_updated": "2023-08-28T16:18:31.532237-04:00",
                    "created_at": "2023-08-26T09:23:25.746075-04:00",
                    "name": "CWS (T Toussaint)",
                    "reward": "1.73000",
                    "odds": "1.76920",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/036e5b84-7d1d-4e01-983b-37544de9b9a9/?format=api"
                },
                {
                    "id": "a0bc1192-5178-4f70-90df-c06b55f14b7b",
                    "gambit_id": "5d728392-8956-4c69-ae72-42d3466fd177",
                    "last_updated": "2023-08-28T16:18:31.527583-04:00",
                    "created_at": "2023-08-26T09:23:25.738546-04:00",
                    "name": "OAK (J Sears)",
                    "reward": "2.15000",
                    "odds": "2.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/036e5b84-7d1d-4e01-983b-37544de9b9a9/?format=api"
                }
            ]
        },
        {
            "id": "fa4621cd-f4f0-40b8-b108-eb7ce75d8197",
            "match": "https://api-prod.gambitprofit.com/api/matches/12f19fac-97a1-4156-8d98-1212739c6f0f/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-08-26T09:23:25.753373-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": "OAK",
                        "amount": 6232.0
                    },
                    {
                        "team": "CWS",
                        "amount": 3768.0
                    }
                ],
                "expected_reward_tokens": 9533.04,
                "profit_sb": 33.04,
                "profit_sb_percentage": 0.35,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e4f24a51-fbe9-4542-8658-906f4d98fd56",
                    "gambit_id": "b6cf6642-7b30-498a-a37f-1df69266d772",
                    "last_updated": "2023-08-28T16:18:31.538561-04:00",
                    "created_at": "2023-08-26T09:23:25.760619-04:00",
                    "name": "OAK",
                    "reward": "1.53000",
                    "odds": "1.55560",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa4621cd-f4f0-40b8-b108-eb7ce75d8197/?format=api"
                },
                {
                    "id": "9d512dfb-d861-40a7-85fd-e20471da51c3",
                    "gambit_id": "dc01fbe2-57f7-461b-8c50-9fcadc3e24b1",
                    "last_updated": "2023-08-28T16:18:31.541777-04:00",
                    "created_at": "2023-08-26T09:23:25.768184-04:00",
                    "name": "CWS",
                    "reward": "2.53000",
                    "odds": "2.60000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa4621cd-f4f0-40b8-b108-eb7ce75d8197/?format=api"
                }
            ]
        },
        {
            "id": "9a6bd707-cd71-4c72-b46c-694362168bf3",
            "match": "https://api-prod.gambitprofit.com/api/matches/12f19fac-97a1-4156-8d98-1212739c6f0f/?format=api",
            "name": "Over/Under",
            "created_at": "2023-08-26T09:23:25.775460-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 9.5",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Under 9.5",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3922a2bf-2e84-4d6d-95ed-07e83d880ed8",
                    "gambit_id": "29f7f572-1eb9-4b68-95a5-d379286d77b3",
                    "last_updated": "2023-08-28T16:18:31.548921-04:00",
                    "created_at": "2023-08-26T09:23:25.782418-04:00",
                    "name": "Game Total Over 9.5",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a6bd707-cd71-4c72-b46c-694362168bf3/?format=api"
                },
                {
                    "id": "0d24b20d-94a6-419d-bf7d-1381bf66785c",
                    "gambit_id": "7ac4e864-108e-48fc-8db1-c68293261ff5",
                    "last_updated": "2023-08-28T16:18:31.552284-04:00",
                    "created_at": "2023-08-26T09:23:25.789384-04:00",
                    "name": "Game Total Under 9.5",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a6bd707-cd71-4c72-b46c-694362168bf3/?format=api"
                }
            ]
        }
    ]
}