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/e067beba-8a8c-4d78-bc19-b37a8223c681/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e067beba-8a8c-4d78-bc19-b37a8223c681",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "251fc907-b92d-4c3d-b466-60dd62d2d054",
    "completed": true,
    "last_updated": "2023-07-29T19:43:32.775808-04:00",
    "created_at": "2023-07-28T08:23:03.302113-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.88,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/251fc907-b92d-4c3d-b466-60dd62d2d054",
    "datetime": "2023-07-28T19:20:00-04:00",
    "cutoff_datetime": "2023-07-28T19:20:00-04:00",
    "name": "MIL (A Houser) v. ATL (Y Chirinos)",
    "bettypes": [
        {
            "id": "0a6c7b72-e194-4eaa-b184-229d8b8a47b5",
            "match": "https://api-prod.gambitprofit.com/api/matches/e067beba-8a8c-4d78-bc19-b37a8223c681/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-07-28T08:23:03.308124-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": "ATL (Y Chirinos)",
                        "amount": 6104.0
                    },
                    {
                        "team": "MIL (A Houser)",
                        "amount": 3896.0
                    }
                ],
                "expected_reward_tokens": 9583.28,
                "profit_sb": 83.28,
                "profit_sb_percentage": 0.88,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7f655fc0-e65c-4975-9b37-f54b177da306",
                    "gambit_id": "bad9d2f2-84d1-4ae9-be76-faa0bc65b86b",
                    "last_updated": "2023-07-29T19:43:32.793095-04:00",
                    "created_at": "2023-07-28T08:23:03.316930-04:00",
                    "name": "ATL (Y Chirinos)",
                    "reward": "1.57000",
                    "odds": "1.59520",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a6c7b72-e194-4eaa-b184-229d8b8a47b5/?format=api"
                },
                {
                    "id": "c8dc7195-219f-4aa2-81c5-4d66dd9494cf",
                    "gambit_id": "c4026906-d95c-4897-8928-b678d1fc6ee3",
                    "last_updated": "2023-07-29T19:43:32.787633-04:00",
                    "created_at": "2023-07-28T08:23:03.312399-04:00",
                    "name": "MIL (A Houser)",
                    "reward": "2.46000",
                    "odds": "2.53000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a6c7b72-e194-4eaa-b184-229d8b8a47b5/?format=api"
                }
            ]
        },
        {
            "id": "a83d3781-f531-4ee4-a60a-80118981e405",
            "match": "https://api-prod.gambitprofit.com/api/matches/e067beba-8a8c-4d78-bc19-b37a8223c681/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-07-28T08:23:03.321105-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": "MIL",
                        "amount": 5423.0
                    },
                    {
                        "team": "ATL",
                        "amount": 4577.0
                    }
                ],
                "expected_reward_tokens": 9381.79,
                "profit_sb": -118.21,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0b6e5500-397e-4619-becd-8699b9a9692d",
                    "gambit_id": "e19f9475-d866-4989-abe5-8ed11d0d3a27",
                    "last_updated": "2023-07-29T19:43:32.802637-04:00",
                    "created_at": "2023-07-28T08:23:03.326085-04:00",
                    "name": "MIL",
                    "reward": "1.73000",
                    "odds": "1.76920",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a83d3781-f531-4ee4-a60a-80118981e405/?format=api"
                },
                {
                    "id": "085ed8f6-66de-476b-a490-018de4dfb9f8",
                    "gambit_id": "c63aaa99-2764-4e8a-afd3-9f200de37277",
                    "last_updated": "2023-07-29T19:43:32.806521-04:00",
                    "created_at": "2023-07-28T08:23:03.330577-04:00",
                    "name": "ATL",
                    "reward": "2.05000",
                    "odds": "2.10000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a83d3781-f531-4ee4-a60a-80118981e405/?format=api"
                }
            ]
        },
        {
            "id": "5c8ebdd8-3bc1-4b34-8e3d-76fda3abbf7c",
            "match": "https://api-prod.gambitprofit.com/api/matches/e067beba-8a8c-4d78-bc19-b37a8223c681/?format=api",
            "name": "Over/Under",
            "created_at": "2023-07-28T08:23:03.335125-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 10",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Under 10",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7ef701df-4794-4ad8-bbf9-cf6d22ad7f62",
                    "gambit_id": "2767b5b7-efb6-4060-a519-cca765cce93f",
                    "last_updated": "2023-07-29T19:43:32.814556-04:00",
                    "created_at": "2023-07-28T08:23:03.339034-04:00",
                    "name": "Game Total Over 10",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c8ebdd8-3bc1-4b34-8e3d-76fda3abbf7c/?format=api"
                },
                {
                    "id": "d5b5c02f-9280-4cf2-8942-4adc23c3c16c",
                    "gambit_id": "59109161-ef40-4009-b644-60c0561f7b11",
                    "last_updated": "2023-07-29T19:43:32.818379-04:00",
                    "created_at": "2023-07-28T08:23:03.343395-04:00",
                    "name": "Game Total Under 10",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c8ebdd8-3bc1-4b34-8e3d-76fda3abbf7c/?format=api"
                }
            ]
        }
    ]
}