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/c3693fc7-06d4-4790-930f-38ed143992d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3693fc7-06d4-4790-930f-38ed143992d5",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "402bee9f-4e2a-4c62-831f-f9a2073d4222",
    "completed": true,
    "last_updated": "2022-11-14T09:38:21.958237-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.1,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/402bee9f-4e2a-4c62-831f-f9a2073d4222",
    "datetime": "2022-11-12T19:00:00-05:00",
    "cutoff_datetime": "2022-11-12T19:00:00-05:00",
    "name": "Kansas State v. Baylor",
    "bettypes": [
        {
            "id": "755aa5b2-163a-421a-919a-1d8329bca4df",
            "match": "https://api-prod.gambitprofit.com/api/matches/c3693fc7-06d4-4790-930f-38ed143992d5/?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": "Baylor",
                        "amount": 5583.0
                    },
                    {
                        "team": "Kansas State",
                        "amount": 4417.0
                    }
                ],
                "expected_reward_tokens": 9099.02,
                "profit_sb": 99.02,
                "profit_sb_percentage": 1.1,
                "recommended": true
            },
            "lines": [
                {
                    "id": "15f9dc19-a9a5-4a06-961d-b9ec7c0dc961",
                    "gambit_id": "8a5f0f58-925c-498b-afac-d61cc9ec9193",
                    "last_updated": "2022-11-14T09:38:21.964118-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Baylor",
                    "reward": "1.63000",
                    "odds": "1.71430",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/755aa5b2-163a-421a-919a-1d8329bca4df/?format=api"
                },
                {
                    "id": "cf3ff527-4d77-4464-a205-333da222dcea",
                    "gambit_id": "ce305804-a715-4ddb-aff9-260220d08b97",
                    "last_updated": "2022-11-14T09:38:21.965112-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas State",
                    "reward": "2.06000",
                    "odds": "2.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/755aa5b2-163a-421a-919a-1d8329bca4df/?format=api"
                }
            ]
        },
        {
            "id": "cffc2b8a-c534-4cac-b843-f5baabffc070",
            "match": "https://api-prod.gambitprofit.com/api/matches/c3693fc7-06d4-4790-930f-38ed143992d5/?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": "Kansas State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Baylor",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "6c05814b-407e-415a-932f-080504556f3f",
                    "gambit_id": "074e2886-126a-452e-a297-4aa97208cb44",
                    "last_updated": "2022-11-14T09:38:21.968053-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cffc2b8a-c534-4cac-b843-f5baabffc070/?format=api"
                },
                {
                    "id": "f0ea1226-351c-41b0-a237-eeb7e8b8a51f",
                    "gambit_id": "80628655-8f8b-42fd-8d1a-7accf2ec4e58",
                    "last_updated": "2022-11-14T09:38:21.967072-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Baylor",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cffc2b8a-c534-4cac-b843-f5baabffc070/?format=api"
                }
            ]
        },
        {
            "id": "96f31e7f-02f3-4e72-9542-726fdf8e27be",
            "match": "https://api-prod.gambitprofit.com/api/matches/c3693fc7-06d4-4790-930f-38ed143992d5/?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 Under 52.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 52.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "607344ab-6b30-476d-a2f7-b1ade9b56708",
                    "gambit_id": "fc40d00d-f102-403f-8623-642d5373aa79",
                    "last_updated": "2022-11-14T09:38:21.961118-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 52.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "52.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96f31e7f-02f3-4e72-9542-726fdf8e27be/?format=api"
                },
                {
                    "id": "7f88a733-b211-4407-a060-d9e6c6973ad8",
                    "gambit_id": "ae849386-bc85-4d92-a474-9e892ea6ccdc",
                    "last_updated": "2022-11-14T09:38:21.962174-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 52.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "52.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96f31e7f-02f3-4e72-9542-726fdf8e27be/?format=api"
                }
            ]
        }
    ]
}