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/d5bfe3ff-1a28-450d-ba06-20c5f8f5527e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5bfe3ff-1a28-450d-ba06-20c5f8f5527e",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "fc04002a-a2a3-4c4f-8ab4-963d5e0ca47e",
    "completed": true,
    "last_updated": "2023-04-08T15:51:52.961964-04:00",
    "created_at": "2023-04-07T11:31:53.855073-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.11,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/fc04002a-a2a3-4c4f-8ab4-963d5e0ca47e",
    "datetime": "2023-04-07T15:05:00-04:00",
    "cutoff_datetime": "2023-04-07T15:05:00-04:00",
    "name": "NYY (C Schmidt) v. BAL (D Kremer)",
    "bettypes": [
        {
            "id": "69b769d3-9ee5-4352-a36a-e18ff4c56cd4",
            "match": "https://api-prod.gambitprofit.com/api/matches/d5bfe3ff-1a28-450d-ba06-20c5f8f5527e/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-07T11:31:53.868403-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": "NYY (C Schmidt)",
                        "amount": 5337.0
                    },
                    {
                        "team": "BAL (D Kremer)",
                        "amount": 4663.0
                    }
                ],
                "expected_reward_tokens": 9605.78,
                "profit_sb": 105.78,
                "profit_sb_percentage": 1.11,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d5515b9c-8fac-409d-a276-7875e0bbbc06",
                    "gambit_id": "694a200a-c19b-4575-8c67-bdcd42cf5399",
                    "last_updated": "2023-04-08T15:51:52.984788-04:00",
                    "created_at": "2023-04-07T11:31:53.871591-04:00",
                    "name": "NYY (C Schmidt)",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69b769d3-9ee5-4352-a36a-e18ff4c56cd4/?format=api"
                },
                {
                    "id": "e10d1938-c5e0-48b6-934b-27dee7f3c494",
                    "gambit_id": "dde2ede5-8f2e-496b-b11a-c82f3c0bbb0d",
                    "last_updated": "2023-04-08T15:51:52.982361-04:00",
                    "created_at": "2023-04-07T11:31:53.869908-04:00",
                    "name": "BAL (D Kremer)",
                    "reward": "2.06000",
                    "odds": "2.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69b769d3-9ee5-4352-a36a-e18ff4c56cd4/?format=api"
                }
            ]
        },
        {
            "id": "b0124f2a-3419-4754-9f3b-d747161b7bbb",
            "match": "https://api-prod.gambitprofit.com/api/matches/d5bfe3ff-1a28-450d-ba06-20c5f8f5527e/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-04-07T11:31:53.863692-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": "BAL",
                        "amount": 5867.0
                    },
                    {
                        "team": "NYY",
                        "amount": 4133.0
                    }
                ],
                "expected_reward_tokens": 9504.54,
                "profit_sb": 4.54,
                "profit_sb_percentage": 0.05,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b54a7482-a1d2-4ee1-82bb-697a8c9c8697",
                    "gambit_id": "e0cc086b-6025-4575-a186-f5b6e9696702",
                    "last_updated": "2023-04-08T15:51:52.975378-04:00",
                    "created_at": "2023-04-07T11:31:53.865152-04:00",
                    "name": "BAL",
                    "reward": "1.62000",
                    "odds": "1.64520",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0124f2a-3419-4754-9f3b-d747161b7bbb/?format=api"
                },
                {
                    "id": "9cbfacae-6ebf-4c9f-ae86-1d5710118244",
                    "gambit_id": "9e1df7bd-3bc9-4c28-994c-1df63e1abd25",
                    "last_updated": "2023-04-08T15:51:52.977687-04:00",
                    "created_at": "2023-04-07T11:31:53.866768-04:00",
                    "name": "NYY",
                    "reward": "2.30000",
                    "odds": "2.35000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0124f2a-3419-4754-9f3b-d747161b7bbb/?format=api"
                }
            ]
        },
        {
            "id": "4fdeea5f-b7ca-4c3d-a41e-c40d5b080548",
            "match": "https://api-prod.gambitprofit.com/api/matches/d5bfe3ff-1a28-450d-ba06-20c5f8f5527e/?format=api",
            "name": "Over/Under",
            "created_at": "2023-04-07T11:31:53.857876-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 8.5",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Under 8.5",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7a64f214-555a-4689-ae02-d64d7109f0b3",
                    "gambit_id": "697f26e1-9d22-44a6-97b9-cc27a93e060d",
                    "last_updated": "2023-04-08T15:51:52.970532-04:00",
                    "created_at": "2023-04-07T11:31:53.861836-04:00",
                    "name": "Game Total Over 8.5",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fdeea5f-b7ca-4c3d-a41e-c40d5b080548/?format=api"
                },
                {
                    "id": "e2da9cb8-d22a-4d60-afb5-f67dd9c96f55",
                    "gambit_id": "075b2b81-489d-4100-857a-86e50ed10523",
                    "last_updated": "2023-04-08T15:51:52.968200-04:00",
                    "created_at": "2023-04-07T11:31:53.859934-04:00",
                    "name": "Game Total Under 8.5",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fdeea5f-b7ca-4c3d-a41e-c40d5b080548/?format=api"
                }
            ]
        }
    ]
}