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/a0e4f6ff-7b5f-4fd3-9551-5ef1e0d48e7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0e4f6ff-7b5f-4fd3-9551-5ef1e0d48e7c",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "c4da5367-5d49-4230-afea-5bb92b98f808",
    "completed": true,
    "last_updated": "2023-05-18T11:47:15.683036-04:00",
    "created_at": "2023-05-16T09:47:06.126790-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.59,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/c4da5367-5d49-4230-afea-5bb92b98f808",
    "datetime": "2023-05-16T19:10:00-04:00",
    "cutoff_datetime": "2023-05-16T19:10:00-04:00",
    "name": "SEA (L Castillo) v. BOS (N Pivetta)",
    "bettypes": [
        {
            "id": "23c95925-8716-43d5-a263-4c5aad65492d",
            "match": "https://api-prod.gambitprofit.com/api/matches/a0e4f6ff-7b5f-4fd3-9551-5ef1e0d48e7c/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-05-16T09:47:06.141194-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": "SEA (L Castillo)",
                        "amount": 5827.0
                    },
                    {
                        "team": "BOS (N Pivetta)",
                        "amount": 4173.0
                    }
                ],
                "expected_reward_tokens": 9556.17,
                "profit_sb": 56.17,
                "profit_sb_percentage": 0.59,
                "recommended": true
            },
            "lines": [
                {
                    "id": "cebe7d87-60d2-49a8-9cf2-d5173ee89f38",
                    "gambit_id": "a9b49189-3907-464a-911d-79696b86e7f3",
                    "last_updated": "2023-05-18T11:47:15.695472-04:00",
                    "created_at": "2023-05-16T09:47:06.145114-04:00",
                    "name": "SEA (L Castillo)",
                    "reward": "1.64000",
                    "odds": "1.66670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23c95925-8716-43d5-a263-4c5aad65492d/?format=api"
                },
                {
                    "id": "176f19f4-7c98-4609-8977-daa2133b79f2",
                    "gambit_id": "4e1b63ac-84bd-427d-8ace-964d1b1ceea6",
                    "last_updated": "2023-05-18T11:47:15.694265-04:00",
                    "created_at": "2023-05-16T09:47:06.143241-04:00",
                    "name": "BOS (N Pivetta)",
                    "reward": "2.29000",
                    "odds": "2.35000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23c95925-8716-43d5-a263-4c5aad65492d/?format=api"
                }
            ]
        },
        {
            "id": "78acdb71-bdc0-4d37-8b29-b003612226ba",
            "match": "https://api-prod.gambitprofit.com/api/matches/a0e4f6ff-7b5f-4fd3-9551-5ef1e0d48e7c/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-05-16T09:47:06.135599-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": "BOS",
                        "amount": 5214.0
                    },
                    {
                        "team": "SEA",
                        "amount": 4786.0
                    }
                ],
                "expected_reward_tokens": 9332.7,
                "profit_sb": -167.3,
                "profit_sb_percentage": -1.76,
                "recommended": false
            },
            "lines": [
                {
                    "id": "24486dd9-54a2-44c1-b68a-35f692c1aef0",
                    "gambit_id": "1abd9e4d-2cab-4ea6-8277-b34440019827",
                    "last_updated": "2023-05-18T11:47:15.690315-04:00",
                    "created_at": "2023-05-16T09:47:06.137270-04:00",
                    "name": "BOS",
                    "reward": "1.79000",
                    "odds": "1.83330",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78acdb71-bdc0-4d37-8b29-b003612226ba/?format=api"
                },
                {
                    "id": "42a43a8d-8e00-401c-b1a0-eed9ad2a7025",
                    "gambit_id": "06b8bd98-b2ad-4fb6-ac55-22a05b2cf9d9",
                    "last_updated": "2023-05-18T11:47:15.691741-04:00",
                    "created_at": "2023-05-16T09:47:06.139176-04:00",
                    "name": "SEA",
                    "reward": "1.95000",
                    "odds": "2.00000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78acdb71-bdc0-4d37-8b29-b003612226ba/?format=api"
                }
            ]
        },
        {
            "id": "79fdbbc4-a3f4-4aa1-91e7-b1cc73c208e1",
            "match": "https://api-prod.gambitprofit.com/api/matches/a0e4f6ff-7b5f-4fd3-9551-5ef1e0d48e7c/?format=api",
            "name": "Over/Under",
            "created_at": "2023-05-16T09:47:06.129296-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 10",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 10",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7c98c185-89eb-47f5-a055-be255818f646",
                    "gambit_id": "0620b5a9-eb16-41c9-9619-ca4e79ee09b9",
                    "last_updated": "2023-05-18T11:47:15.686158-04:00",
                    "created_at": "2023-05-16T09:47:06.133464-04:00",
                    "name": "Game Total Under 10",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79fdbbc4-a3f4-4aa1-91e7-b1cc73c208e1/?format=api"
                },
                {
                    "id": "89bec221-c5b0-41ac-9c80-ac9580adb13f",
                    "gambit_id": "081d41d3-663b-4ca1-9e12-e74e2b3a83e0",
                    "last_updated": "2023-05-18T11:47:15.687451-04:00",
                    "created_at": "2023-05-16T09:47:06.131359-04:00",
                    "name": "Game Total Over 10",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79fdbbc4-a3f4-4aa1-91e7-b1cc73c208e1/?format=api"
                }
            ]
        }
    ]
}