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/0b94ad07-1c56-47c4-9b40-f4a68c5b85a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b94ad07-1c56-47c4-9b40-f4a68c5b85a6",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b5a4b517-d7de-4c28-a8a5-a6bcb1051740",
    "completed": true,
    "last_updated": "2023-05-17T11:06:53.985078-04:00",
    "created_at": "2023-05-16T09:47:07.325139-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.23,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/b5a4b517-d7de-4c28-a8a5-a6bcb1051740",
    "datetime": "2023-05-16T21:40:00-04:00",
    "cutoff_datetime": "2023-05-16T21:40:00-04:00",
    "name": "ARI (T Henry) v. OAK (K Muller)",
    "bettypes": [
        {
            "id": "a572ad2d-5bd8-4e5f-a948-9d45c002dc6f",
            "match": "https://api-prod.gambitprofit.com/api/matches/0b94ad07-1c56-47c4-9b40-f4a68c5b85a6/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-05-16T09:47:07.339642-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": "ARI (T Henry)",
                        "amount": 5878.0
                    },
                    {
                        "team": "OAK (K Muller)",
                        "amount": 4122.0
                    }
                ],
                "expected_reward_tokens": 9521.82,
                "profit_sb": 21.82,
                "profit_sb_percentage": 0.23,
                "recommended": true
            },
            "lines": [
                {
                    "id": "31e8c7d0-e78e-4b5d-8675-f6d2ad0e1ea4",
                    "gambit_id": "819d3ea9-d6ab-4708-bd1a-89ca5e3b88b9",
                    "last_updated": "2023-05-17T11:06:54.004595-04:00",
                    "created_at": "2023-05-16T09:47:07.343725-04:00",
                    "name": "ARI (T Henry)",
                    "reward": "1.62000",
                    "odds": "1.65360",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a572ad2d-5bd8-4e5f-a948-9d45c002dc6f/?format=api"
                },
                {
                    "id": "2689fcdd-1a38-493b-b761-756973f73599",
                    "gambit_id": "c78e2e0d-6d88-4d02-ae7e-4998349d15f1",
                    "last_updated": "2023-05-17T11:06:54.002728-04:00",
                    "created_at": "2023-05-16T09:47:07.341658-04:00",
                    "name": "OAK (K Muller)",
                    "reward": "2.31000",
                    "odds": "2.38000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a572ad2d-5bd8-4e5f-a948-9d45c002dc6f/?format=api"
                }
            ]
        },
        {
            "id": "0ea521dc-b06a-4625-a9b8-f582006def5c",
            "match": "https://api-prod.gambitprofit.com/api/matches/0b94ad07-1c56-47c4-9b40-f4a68c5b85a6/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-05-16T09:47:07.333947-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": "OAK",
                        "amount": 5319.0
                    },
                    {
                        "team": "ARI",
                        "amount": 4681.0
                    }
                ],
                "expected_reward_tokens": 9361.44,
                "profit_sb": -138.56,
                "profit_sb_percentage": -1.46,
                "recommended": false
            },
            "lines": [
                {
                    "id": "163bd2a2-7b91-425e-96fa-f1a490f226bb",
                    "gambit_id": "9e73f46e-1823-4162-aedd-d9a274aa60f9",
                    "last_updated": "2023-05-17T11:06:53.997118-04:00",
                    "created_at": "2023-05-16T09:47:07.335705-04:00",
                    "name": "OAK",
                    "reward": "1.76000",
                    "odds": "1.80000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ea521dc-b06a-4625-a9b8-f582006def5c/?format=api"
                },
                {
                    "id": "5e234c88-fabc-4440-b6b4-89d3b8851159",
                    "gambit_id": "e325cd1a-67e5-4fd5-a30a-c1341700b509",
                    "last_updated": "2023-05-17T11:06:53.999056-04:00",
                    "created_at": "2023-05-16T09:47:07.337666-04:00",
                    "name": "ARI",
                    "reward": "2.00000",
                    "odds": "2.05000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ea521dc-b06a-4625-a9b8-f582006def5c/?format=api"
                }
            ]
        },
        {
            "id": "dd8275bd-2649-40ab-a1a9-e5ee59162e74",
            "match": "https://api-prod.gambitprofit.com/api/matches/0b94ad07-1c56-47c4-9b40-f4a68c5b85a6/?format=api",
            "name": "Over/Under",
            "created_at": "2023-05-16T09:47:07.327911-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 9",
                        "amount": 5423.0
                    },
                    {
                        "team": "Game Total Under 9",
                        "amount": 4577.0
                    }
                ],
                "expected_reward_tokens": 9381.79,
                "profit_sb": -118.21,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e87b247c-1196-4f66-8b6d-70f090cf3a09",
                    "gambit_id": "ca04352a-db08-4836-9409-19f111f090ba",
                    "last_updated": "2023-05-17T11:06:53.992454-04:00",
                    "created_at": "2023-05-16T09:47:07.332102-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.73000",
                    "odds": "1.76920",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd8275bd-2649-40ab-a1a9-e5ee59162e74/?format=api"
                },
                {
                    "id": "dd8a7217-6c93-4a86-9620-35ff9f57f038",
                    "gambit_id": "66925e51-f21d-4ec7-b274-df4fb2867606",
                    "last_updated": "2023-05-17T11:06:53.990403-04:00",
                    "created_at": "2023-05-16T09:47:07.330126-04:00",
                    "name": "Game Total Under 9",
                    "reward": "2.05000",
                    "odds": "2.10000",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd8275bd-2649-40ab-a1a9-e5ee59162e74/?format=api"
                }
            ]
        }
    ]
}