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/59c57c43-898e-457f-b5b9-a4a2df524988/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59c57c43-898e-457f-b5b9-a4a2df524988",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "ece8e658-3f63-4067-b8e6-d5af9cd0500d",
    "completed": true,
    "last_updated": "2023-09-18T22:48:07.166595-04:00",
    "created_at": "2023-09-17T10:28:02.883274-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.71,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/ece8e658-3f63-4067-b8e6-d5af9cd0500d",
    "datetime": "2023-09-17T15:10:00-04:00",
    "cutoff_datetime": "2023-09-17T15:10:00-04:00",
    "name": "SFO (S Manaea) v. COL (C Flexen)",
    "bettypes": [
        {
            "id": "58d04ec3-8100-4bee-8e56-0ad40d0dcb12",
            "match": "https://api-prod.gambitprofit.com/api/matches/59c57c43-898e-457f-b5b9-a4a2df524988/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-09-17T10:28:02.903200-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": "SFO (S Manaea)",
                        "amount": 6173.0
                    },
                    {
                        "team": "COL (C Flexen)",
                        "amount": 3827.0
                    }
                ],
                "expected_reward_tokens": 9567.5,
                "profit_sb": 67.5,
                "profit_sb_percentage": 0.71,
                "recommended": true
            },
            "lines": [
                {
                    "id": "cf93bd6c-839d-4c75-85da-ca37a71f17d6",
                    "gambit_id": "6ecbd184-885a-4066-930c-5e7a21bcd290",
                    "last_updated": "2023-09-18T22:48:07.179572-04:00",
                    "created_at": "2023-09-17T10:28:02.914617-04:00",
                    "name": "SFO (S Manaea)",
                    "reward": "1.55000",
                    "odds": "1.57140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58d04ec3-8100-4bee-8e56-0ad40d0dcb12/?format=api"
                },
                {
                    "id": "a6d61ab4-7871-43b5-bd9c-6c824f839ef4",
                    "gambit_id": "70999e32-f442-4229-b508-6caf114baf63",
                    "last_updated": "2023-09-18T22:48:07.182855-04:00",
                    "created_at": "2023-09-17T10:28:02.921677-04:00",
                    "name": "COL (C Flexen)",
                    "reward": "2.50000",
                    "odds": "2.57000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58d04ec3-8100-4bee-8e56-0ad40d0dcb12/?format=api"
                }
            ]
        },
        {
            "id": "067d31ea-6eff-46c1-9a15-62ebd2a00af9",
            "match": "https://api-prod.gambitprofit.com/api/matches/59c57c43-898e-457f-b5b9-a4a2df524988/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-09-17T10:28:02.931121-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": "SFO",
                        "amount": 5319.0
                    },
                    {
                        "team": "COL",
                        "amount": 4681.0
                    }
                ],
                "expected_reward_tokens": 9361.44,
                "profit_sb": -138.56,
                "profit_sb_percentage": -1.46,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9a44b9c6-4d4c-4323-b7d3-c016cc644b47",
                    "gambit_id": "324e460f-5225-4795-9171-e3e3807bfff4",
                    "last_updated": "2023-09-18T22:48:07.190193-04:00",
                    "created_at": "2023-09-17T10:28:02.936077-04:00",
                    "name": "SFO",
                    "reward": "1.76000",
                    "odds": "1.80000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/067d31ea-6eff-46c1-9a15-62ebd2a00af9/?format=api"
                },
                {
                    "id": "bd3c47d7-62a3-4190-8035-37c33cc1fa5c",
                    "gambit_id": "65376238-bbba-4160-a8a6-5487e35f4781",
                    "last_updated": "2023-09-18T22:48:07.193672-04:00",
                    "created_at": "2023-09-17T10:28:02.946923-04:00",
                    "name": "COL",
                    "reward": "2.00000",
                    "odds": "2.05000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/067d31ea-6eff-46c1-9a15-62ebd2a00af9/?format=api"
                }
            ]
        },
        {
            "id": "2adebe66-b100-4e21-9114-99af5cc65a2a",
            "match": "https://api-prod.gambitprofit.com/api/matches/59c57c43-898e-457f-b5b9-a4a2df524988/?format=api",
            "name": "Over/Under",
            "created_at": "2023-09-17T10:28:02.952080-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 Under 12",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 12",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7ea4a33c-401a-4af2-9386-15baac8855ac",
                    "gambit_id": "3930f9cb-c2ad-4b45-96b5-e314a503ba60",
                    "last_updated": "2023-09-18T22:48:07.203865-04:00",
                    "created_at": "2023-09-17T10:28:02.962875-04:00",
                    "name": "Game Total Under 12",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "12.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2adebe66-b100-4e21-9114-99af5cc65a2a/?format=api"
                },
                {
                    "id": "9ef00e7f-386d-4dde-849f-c4998ec7dc66",
                    "gambit_id": "d72b49fa-0188-42ee-899d-6b6046fd8776",
                    "last_updated": "2023-09-18T22:48:07.200563-04:00",
                    "created_at": "2023-09-17T10:28:02.958047-04:00",
                    "name": "Game Total Over 12",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "12.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2adebe66-b100-4e21-9114-99af5cc65a2a/?format=api"
                }
            ]
        }
    ]
}