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/faab9136-4596-4822-a7d8-6f35e7cea5bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "faab9136-4596-4822-a7d8-6f35e7cea5bf",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "03495ce7-1aa5-4c53-8c41-7d7be8ece225",
    "completed": true,
    "last_updated": "2023-10-02T10:48:23.361425-04:00",
    "created_at": "2023-09-30T08:58:12.450502-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.93,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/03495ce7-1aa5-4c53-8c41-7d7be8ece225",
    "datetime": "2023-09-30T19:15:00-04:00",
    "cutoff_datetime": "2023-09-30T19:15:00-04:00",
    "name": "TEX (A Heaney) v. SEA (L Castillo)",
    "bettypes": [
        {
            "id": "d5a296db-9132-4e0d-92c8-e712e9adcf38",
            "match": "https://api-prod.gambitprofit.com/api/matches/faab9136-4596-4822-a7d8-6f35e7cea5bf/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-09-30T08:58:12.464386-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": "SEA (L Castillo)",
                        "amount": 5776.0
                    },
                    {
                        "team": "TEX (A Heaney)",
                        "amount": 4224.0
                    }
                ],
                "expected_reward_tokens": 9588.16,
                "profit_sb": 88.16,
                "profit_sb_percentage": 0.93,
                "recommended": true
            },
            "lines": [
                {
                    "id": "6104554a-4e05-442c-8012-4ddb12c35c78",
                    "gambit_id": "cbbd2f45-a3f0-470b-9dc4-55d7c3319135",
                    "last_updated": "2023-10-02T10:48:23.378352-04:00",
                    "created_at": "2023-09-30T08:58:12.482018-04:00",
                    "name": "SEA (L Castillo)",
                    "reward": "1.66000",
                    "odds": "1.68970",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5a296db-9132-4e0d-92c8-e712e9adcf38/?format=api"
                },
                {
                    "id": "5dab74b2-6e13-49c3-96a2-d4cfca5fe467",
                    "gambit_id": "f94237e8-be60-46d3-b619-0b06258b1daf",
                    "last_updated": "2023-10-02T10:48:23.374448-04:00",
                    "created_at": "2023-09-30T08:58:12.476947-04:00",
                    "name": "TEX (A Heaney)",
                    "reward": "2.27000",
                    "odds": "2.33000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5a296db-9132-4e0d-92c8-e712e9adcf38/?format=api"
                }
            ]
        },
        {
            "id": "e9e7b945-893f-406c-a58b-f85bfa7d58f3",
            "match": "https://api-prod.gambitprofit.com/api/matches/faab9136-4596-4822-a7d8-6f35e7cea5bf/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-09-30T08:58:12.486960-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": "TEX",
                        "amount": 6010.0
                    },
                    {
                        "team": "SEA",
                        "amount": 3990.0
                    }
                ],
                "expected_reward_tokens": 9495.8,
                "profit_sb": -4.2,
                "profit_sb_percentage": -0.04,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0e0fe082-38fe-4e26-a36a-04ff20c74a42",
                    "gambit_id": "04c14848-e110-4712-b463-817c56d82605",
                    "last_updated": "2023-10-02T10:48:23.386991-04:00",
                    "created_at": "2023-09-30T08:58:12.491480-04:00",
                    "name": "TEX",
                    "reward": "1.58000",
                    "odds": "1.60610",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e7b945-893f-406c-a58b-f85bfa7d58f3/?format=api"
                },
                {
                    "id": "078e2293-4c33-4a1d-a970-297440491db4",
                    "gambit_id": "34d9e143-a8b0-445c-a149-803648038705",
                    "last_updated": "2023-10-02T10:48:23.391427-04:00",
                    "created_at": "2023-09-30T08:58:12.495978-04:00",
                    "name": "SEA",
                    "reward": "2.38000",
                    "odds": "2.45000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9e7b945-893f-406c-a58b-f85bfa7d58f3/?format=api"
                }
            ]
        },
        {
            "id": "c77ab0b0-7bfa-4510-9790-1829a6f1b744",
            "match": "https://api-prod.gambitprofit.com/api/matches/faab9136-4596-4822-a7d8-6f35e7cea5bf/?format=api",
            "name": "Over/Under",
            "created_at": "2023-09-30T08:58:12.500420-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 Under 7.5",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 7.5",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a99e17bc-ee42-4e66-8311-f87c39015d73",
                    "gambit_id": "e7bcbd75-bb67-4fee-b98e-5ec9d55f066c",
                    "last_updated": "2023-10-02T10:48:23.402857-04:00",
                    "created_at": "2023-09-30T08:58:12.509183-04:00",
                    "name": "Game Total Under 7.5",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c77ab0b0-7bfa-4510-9790-1829a6f1b744/?format=api"
                },
                {
                    "id": "a67a95ed-4a35-4e2c-9682-dd7671c50e2c",
                    "gambit_id": "69083c76-409d-4405-b453-31b983bccc90",
                    "last_updated": "2023-10-02T10:48:23.398792-04:00",
                    "created_at": "2023-09-30T08:58:12.504974-04:00",
                    "name": "Game Total Over 7.5",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c77ab0b0-7bfa-4510-9790-1829a6f1b744/?format=api"
                }
            ]
        }
    ]
}