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/567d7cd3-3a40-4412-930a-0ac86e42ef9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "567d7cd3-3a40-4412-930a-0ac86e42ef9c",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "c001168f-415c-4395-aad1-d34ae9b5d8a1",
    "completed": true,
    "last_updated": "2023-07-27T12:58:26.193367-04:00",
    "created_at": "2023-07-25T12:38:08.055766-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.53,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/c001168f-415c-4395-aad1-d34ae9b5d8a1",
    "datetime": "2023-07-25T21:40:00-04:00",
    "cutoff_datetime": "2023-07-25T21:40:00-04:00",
    "name": "STL (S Matz) v. ARI (M Kelly)",
    "bettypes": [
        {
            "id": "57214e33-8f88-418f-894c-fae8904b2061",
            "match": "https://api-prod.gambitprofit.com/api/matches/567d7cd3-3a40-4412-930a-0ac86e42ef9c/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-07-25T12:38:08.066012-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": "STL (S Matz)",
                        "amount": 5000.0
                    },
                    {
                        "team": "ARI (M Kelly)",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9550.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.53,
                "recommended": true
            },
            "lines": [
                {
                    "id": "aa9d62f0-8580-4ce1-8126-6aed1b50b84f",
                    "gambit_id": "db2a18e0-9af4-49dd-b433-2b4849bd1fbd",
                    "last_updated": "2023-07-27T12:58:26.204425-04:00",
                    "created_at": "2023-07-25T12:38:08.070602-04:00",
                    "name": "STL (S Matz)",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57214e33-8f88-418f-894c-fae8904b2061/?format=api"
                },
                {
                    "id": "94236dff-769b-44c1-a4d3-49838c866d59",
                    "gambit_id": "059a63d6-fcfb-499b-bb39-7b42e31cfbf9",
                    "last_updated": "2023-07-27T12:58:26.208278-04:00",
                    "created_at": "2023-07-25T12:38:08.075204-04:00",
                    "name": "ARI (M Kelly)",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57214e33-8f88-418f-894c-fae8904b2061/?format=api"
                }
            ]
        },
        {
            "id": "5e29b324-3165-44e0-b4f1-5f94f73e92bf",
            "match": "https://api-prod.gambitprofit.com/api/matches/567d7cd3-3a40-4412-930a-0ac86e42ef9c/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-07-25T12:38:08.080410-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": "STL",
                        "amount": 6324.0
                    },
                    {
                        "team": "ARI",
                        "amount": 3676.0
                    }
                ],
                "expected_reward_tokens": 9484.08,
                "profit_sb": -15.92,
                "profit_sb_percentage": -0.17,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7af7782e-da85-43c8-8f9c-efcb07200bc4",
                    "gambit_id": "ef36fb81-739e-49a9-9b1f-40674579deea",
                    "last_updated": "2023-07-27T12:58:26.216120-04:00",
                    "created_at": "2023-07-25T12:38:08.084803-04:00",
                    "name": "STL",
                    "reward": "1.50000",
                    "odds": "1.52630",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e29b324-3165-44e0-b4f1-5f94f73e92bf/?format=api"
                },
                {
                    "id": "4560cfc2-d038-4d37-bcc4-6240da267bf9",
                    "gambit_id": "e782d08e-9eee-425c-b35f-ee55e7e49575",
                    "last_updated": "2023-07-27T12:58:26.220150-04:00",
                    "created_at": "2023-07-25T12:38:08.089605-04:00",
                    "name": "ARI",
                    "reward": "2.58000",
                    "odds": "2.65000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e29b324-3165-44e0-b4f1-5f94f73e92bf/?format=api"
                }
            ]
        },
        {
            "id": "d00fcb0e-862d-4bae-af70-53eaa05a82a0",
            "match": "https://api-prod.gambitprofit.com/api/matches/567d7cd3-3a40-4412-930a-0ac86e42ef9c/?format=api",
            "name": "Over/Under",
            "created_at": "2023-07-25T12:38:08.094431-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",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Under 9",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "444e1bdb-62f4-4b8b-85bf-ab1b07b058d1",
                    "gambit_id": "56fd743f-d530-44a4-b57a-15318c79e280",
                    "last_updated": "2023-07-27T12:58:26.227156-04:00",
                    "created_at": "2023-07-25T12:38:08.099750-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d00fcb0e-862d-4bae-af70-53eaa05a82a0/?format=api"
                },
                {
                    "id": "2e0e8c9f-4e9c-44c3-a09b-a1304be98211",
                    "gambit_id": "55791141-2947-4f4c-be1c-96b3e79527bc",
                    "last_updated": "2023-07-27T12:58:26.230518-04:00",
                    "created_at": "2023-07-25T12:38:08.104617-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d00fcb0e-862d-4bae-af70-53eaa05a82a0/?format=api"
                }
            ]
        }
    ]
}