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/e1aad1cc-0273-4d71-854a-70f7180ac287/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1aad1cc-0273-4d71-854a-70f7180ac287",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "5ec4fa8f-2045-4924-9b9a-bb47de3f3b41",
    "completed": true,
    "last_updated": "2023-01-03T10:52:16.783575-05:00",
    "created_at": "2023-01-02T13:27:14.181433-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.97,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/5ec4fa8f-2045-4924-9b9a-bb47de3f3b41",
    "datetime": "2023-01-02T20:10:00-05:00",
    "cutoff_datetime": "2023-01-02T20:10:00-05:00",
    "name": "Denver Nuggets v. Minnesota Timberwolves",
    "bettypes": [
        {
            "id": "4bc505b3-eaa8-45e0-916a-d355f9cce1e0",
            "match": "https://api-prod.gambitprofit.com/api/matches/e1aad1cc-0273-4d71-854a-70f7180ac287/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-01-02T13:37:22.933290-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": "Denver Nuggets",
                        "amount": 6099.0
                    },
                    {
                        "team": "Minnesota Timberwolves",
                        "amount": 3901.0
                    }
                ],
                "expected_reward_tokens": 9087.51,
                "profit_sb": 87.51,
                "profit_sb_percentage": 0.97,
                "recommended": true
            },
            "lines": [
                {
                    "id": "0d971e70-b703-4c27-8860-d677eabc022e",
                    "gambit_id": "0f4100c9-3338-4166-9344-f07a37e7f856",
                    "last_updated": "2023-01-03T10:52:16.787424-05:00",
                    "created_at": "2023-01-02T13:37:22.936142-05:00",
                    "name": "Denver Nuggets",
                    "reward": "1.49000",
                    "odds": "1.57140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bc505b3-eaa8-45e0-916a-d355f9cce1e0/?format=api"
                },
                {
                    "id": "7239ae40-31c4-4ee5-8bd3-a26741ecbfda",
                    "gambit_id": "0340e2b7-c6dc-47b5-af45-e5b29cc66c7d",
                    "last_updated": "2023-01-03T10:52:16.786283-05:00",
                    "created_at": "2023-01-02T13:37:22.934794-05:00",
                    "name": "Minnesota Timberwolves",
                    "reward": "2.33000",
                    "odds": "2.55000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bc505b3-eaa8-45e0-916a-d355f9cce1e0/?format=api"
                }
            ]
        },
        {
            "id": "dba0412e-85c1-493a-b99c-d168076e0135",
            "match": "https://api-prod.gambitprofit.com/api/matches/e1aad1cc-0273-4d71-854a-70f7180ac287/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-01-02T13:27:14.186958-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": "Minnesota Timberwolves",
                        "amount": 5000.0
                    },
                    {
                        "team": "Denver Nuggets",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 8900.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.11,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a44d7188-5568-44f7-95cc-2e550bf9be90",
                    "gambit_id": "6eeb9216-0f0e-4527-a764-aedfc2f0e03a",
                    "last_updated": "2023-01-03T10:52:16.793109-05:00",
                    "created_at": "2023-01-02T13:27:14.188125-05:00",
                    "name": "Minnesota Timberwolves",
                    "reward": "1.78000",
                    "odds": "1.90910",
                    "spread": "4.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dba0412e-85c1-493a-b99c-d168076e0135/?format=api"
                },
                {
                    "id": "4508e306-27f1-4d73-b581-b310b90affae",
                    "gambit_id": "4dd4dcda-a389-4144-beac-6969fe3eec08",
                    "last_updated": "2023-01-03T10:52:16.794254-05:00",
                    "created_at": "2023-01-02T13:27:14.189398-05:00",
                    "name": "Denver Nuggets",
                    "reward": "1.78000",
                    "odds": "1.90910",
                    "spread": "-4.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dba0412e-85c1-493a-b99c-d168076e0135/?format=api"
                }
            ]
        },
        {
            "id": "2fc9b965-7a17-47d7-998a-93acaba6fe6b",
            "match": "https://api-prod.gambitprofit.com/api/matches/e1aad1cc-0273-4d71-854a-70f7180ac287/?format=api",
            "name": "Over/Under",
            "created_at": "2023-01-02T13:27:14.183208-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 231",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 231",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 8900.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.11,
                "recommended": false
            },
            "lines": [
                {
                    "id": "50a14c6e-eaef-489f-b9e1-7f9a2e26421a",
                    "gambit_id": "bf8451a5-1f65-4f67-a113-a1e73c360198",
                    "last_updated": "2023-01-03T10:52:16.789694-05:00",
                    "created_at": "2023-01-02T13:27:14.184421-05:00",
                    "name": "Game Total Under 231",
                    "reward": "1.78000",
                    "odds": "1.90910",
                    "spread": "231.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fc9b965-7a17-47d7-998a-93acaba6fe6b/?format=api"
                },
                {
                    "id": "8ffcf1ac-a2ca-450e-8569-8e4f223049d3",
                    "gambit_id": "28fbe50d-2df9-4419-9791-7db4d1755385",
                    "last_updated": "2023-01-03T10:52:16.790840-05:00",
                    "created_at": "2023-01-02T13:27:14.185677-05:00",
                    "name": "Game Total Over 231",
                    "reward": "1.78000",
                    "odds": "1.90910",
                    "spread": "231.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fc9b965-7a17-47d7-998a-93acaba6fe6b/?format=api"
                }
            ]
        }
    ]
}