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/b47cd113-fa67-4cde-ab59-03ac468d0ab6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b47cd113-fa67-4cde-ab59-03ac468d0ab6",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "68971261-c470-44bc-815d-96aad2d2d680",
    "completed": true,
    "last_updated": "2023-07-31T18:23:09.778225-04:00",
    "created_at": "2023-07-29T19:47:54.511189-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.71,
    "sport_category": "UFC 291",
    "sport": "Boxing/UFC",
    "url": "https://app.gambitrewards.com/match/68971261-c470-44bc-815d-96aad2d2d680",
    "datetime": "2023-07-29T22:00:00-04:00",
    "cutoff_datetime": "2023-07-29T22:00:00-04:00",
    "name": "Marcos Rogerio de Lima v. Derrick Lewis",
    "bettypes": [
        {
            "id": "f3618224-82f3-4aa5-8cff-b93ca54b3048",
            "match": "https://api-prod.gambitprofit.com/api/matches/b47cd113-fa67-4cde-ab59-03ac468d0ab6/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-07-29T19:47:54.520738-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": "Marcos Rogerio de Lima",
                        "amount": 6402.0
                    },
                    {
                        "team": "Derrick Lewis",
                        "amount": 3598.0
                    }
                ],
                "expected_reward_tokens": 9282.84,
                "profit_sb": -217.16,
                "profit_sb_percentage": -2.29,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3695dd4c-05e7-44c1-b166-64fc782fe154",
                    "gambit_id": "51d5efe9-5c29-48c0-aee7-6ddd6c318c48",
                    "last_updated": "2023-07-31T18:23:09.791593-04:00",
                    "created_at": "2023-07-29T19:47:54.527546-04:00",
                    "name": "Marcos Rogerio de Lima",
                    "reward": "1.45000",
                    "odds": "1.47620",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3618224-82f3-4aa5-8cff-b93ca54b3048/?format=api"
                },
                {
                    "id": "a0ece42d-c487-4f9c-ba97-219b06977231",
                    "gambit_id": "7369fbb6-cd83-4477-99ba-56e35edb3f49",
                    "last_updated": "2023-07-31T18:23:09.795984-04:00",
                    "created_at": "2023-07-29T19:47:54.533089-04:00",
                    "name": "Derrick Lewis",
                    "reward": "2.58000",
                    "odds": "2.65000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3618224-82f3-4aa5-8cff-b93ca54b3048/?format=api"
                }
            ]
        },
        {
            "id": "9164f30e-b9a0-4c86-91d3-9b9e19d5ec26",
            "match": "https://api-prod.gambitprofit.com/api/matches/b47cd113-fa67-4cde-ab59-03ac468d0ab6/?format=api",
            "name": "Over/Under",
            "created_at": "2023-07-29T19:47:54.537733-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": "Total Rounds Under 1.5",
                        "amount": 6309.0
                    },
                    {
                        "team": "Total Rounds Over 1.5",
                        "amount": 3691.0
                    }
                ],
                "expected_reward_tokens": 9337.32,
                "profit_sb": -162.68,
                "profit_sb_percentage": -1.71,
                "recommended": false
            },
            "lines": [
                {
                    "id": "05eeb302-f665-4756-8418-084a872be3ce",
                    "gambit_id": "72656c45-339f-490a-80c8-316692c702d0",
                    "last_updated": "2023-07-31T18:23:09.809161-04:00",
                    "created_at": "2023-07-29T19:47:54.546663-04:00",
                    "name": "Total Rounds Under 1.5",
                    "reward": "1.48000",
                    "odds": "1.50000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9164f30e-b9a0-4c86-91d3-9b9e19d5ec26/?format=api"
                },
                {
                    "id": "ad781c19-206b-4219-8540-6aa2d4ba90d8",
                    "gambit_id": "594b8ce9-e93b-4d5b-a69e-1733aabb9b6b",
                    "last_updated": "2023-07-31T18:23:09.804920-04:00",
                    "created_at": "2023-07-29T19:47:54.542553-04:00",
                    "name": "Total Rounds Over 1.5",
                    "reward": "2.53000",
                    "odds": "2.60000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9164f30e-b9a0-4c86-91d3-9b9e19d5ec26/?format=api"
                }
            ]
        }
    ]
}