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/5c2227c5-9b3d-4e90-aa15-e7527b88378a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c2227c5-9b3d-4e90-aa15-e7527b88378a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "55e7b21d-8163-4613-a0d7-0171e3554d55",
    "completed": true,
    "last_updated": "2023-06-26T23:08:02.295911-04:00",
    "created_at": "2023-06-25T09:28:22.463958-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.11,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/55e7b21d-8163-4613-a0d7-0171e3554d55",
    "datetime": "2023-06-25T10:10:00-04:00",
    "cutoff_datetime": "2023-06-25T10:10:00-04:00",
    "name": "CHC (M Stroman) v. STL (M Liberatore)",
    "bettypes": [
        {
            "id": "384d1f26-5d70-4ecd-81e0-9a345bf8a4a0",
            "match": "https://api-prod.gambitprofit.com/api/matches/5c2227c5-9b3d-4e90-aa15-e7527b88378a/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-25T09:28:22.467999-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": "CHC (M Stroman)",
                        "amount": 5787.0
                    },
                    {
                        "team": "STL (M Liberatore)",
                        "amount": 4213.0
                    }
                ],
                "expected_reward_tokens": 9605.64,
                "profit_sb": 105.64,
                "profit_sb_percentage": 1.11,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b4ed6017-88ec-4b52-a065-f34d5cf98ae8",
                    "gambit_id": "0b7e1ef7-f520-4304-95a1-ed046a815614",
                    "last_updated": "2023-06-26T23:08:02.302550-04:00",
                    "created_at": "2023-06-25T09:28:22.470986-04:00",
                    "name": "CHC (M Stroman)",
                    "reward": "1.66000",
                    "odds": "1.68970",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/384d1f26-5d70-4ecd-81e0-9a345bf8a4a0/?format=api"
                },
                {
                    "id": "3392875b-9ac4-474c-bb46-3e9ca1cfd188",
                    "gambit_id": "da23ce3f-ff8d-4018-9343-b4140527bb46",
                    "last_updated": "2023-06-26T23:08:02.304816-04:00",
                    "created_at": "2023-06-25T09:28:22.473517-04:00",
                    "name": "STL (M Liberatore)",
                    "reward": "2.28000",
                    "odds": "2.33000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/384d1f26-5d70-4ecd-81e0-9a345bf8a4a0/?format=api"
                }
            ]
        },
        {
            "id": "e4eb1900-f10b-4553-97c6-c3e483cfb5a8",
            "match": "https://api-prod.gambitprofit.com/api/matches/5c2227c5-9b3d-4e90-aa15-e7527b88378a/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-06-25T09:28:22.475996-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": 5107.0
                    },
                    {
                        "team": "CHC",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "478a53ab-856d-4271-9502-5fee0df5d396",
                    "gambit_id": "c1dd3136-f2d3-4bea-89a8-9ab77ad74616",
                    "last_updated": "2023-06-26T23:08:02.311977-04:00",
                    "created_at": "2023-06-25T09:28:22.480637-04:00",
                    "name": "STL",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4eb1900-f10b-4553-97c6-c3e483cfb5a8/?format=api"
                },
                {
                    "id": "0b2ba650-2813-4ae2-b7c9-e514a30ca701",
                    "gambit_id": "7dafae20-7788-4d1c-9e9c-43ee3e44d694",
                    "last_updated": "2023-06-26T23:08:02.309569-04:00",
                    "created_at": "2023-06-25T09:28:22.478134-04:00",
                    "name": "CHC",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4eb1900-f10b-4553-97c6-c3e483cfb5a8/?format=api"
                }
            ]
        },
        {
            "id": "c9b447d4-b355-4c37-9dc7-769f2acc35aa",
            "match": "https://api-prod.gambitprofit.com/api/matches/5c2227c5-9b3d-4e90-aa15-e7527b88378a/?format=api",
            "name": "Over/Under",
            "created_at": "2023-06-25T09:28:22.483376-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 12",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 12",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9d649cf0-9fe2-4bce-a5ac-8bde5570c530",
                    "gambit_id": "148049ed-6b12-4342-9476-1742d99142fa",
                    "last_updated": "2023-06-26T23:08:02.318449-04:00",
                    "created_at": "2023-06-25T09:28:22.488384-04:00",
                    "name": "Game Total Over 12",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "12.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9b447d4-b355-4c37-9dc7-769f2acc35aa/?format=api"
                },
                {
                    "id": "5ded8d30-2f76-4f00-9413-09fc18838ed5",
                    "gambit_id": "7615d873-8308-427c-8d8c-101866f4f233",
                    "last_updated": "2023-06-26T23:08:02.316099-04:00",
                    "created_at": "2023-06-25T09:28:22.485712-04:00",
                    "name": "Game Total Under 12",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "12.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9b447d4-b355-4c37-9dc7-769f2acc35aa/?format=api"
                }
            ]
        }
    ]
}