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/26a69ff7-8578-463c-b185-7ab2dae19b32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26a69ff7-8578-463c-b185-7ab2dae19b32",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "e8ea9037-e497-442c-a5e5-2cb9eb359810",
    "completed": true,
    "last_updated": "2022-11-04T09:03:10.598287-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.9,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/e8ea9037-e497-442c-a5e5-2cb9eb359810",
    "datetime": "2022-11-03T19:00:00-04:00",
    "cutoff_datetime": "2022-11-03T19:00:00-04:00",
    "name": "UTEP v. Rice",
    "bettypes": [
        {
            "id": "5d0e7287-6d7e-4139-b1ff-b166043861d8",
            "match": "https://api-prod.gambitprofit.com/api/matches/26a69ff7-8578-463c-b185-7ab2dae19b32/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05: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": "Rice",
                        "amount": 6114.0
                    },
                    {
                        "team": "UTEP",
                        "amount": 3886.0
                    }
                ],
                "expected_reward_tokens": 9170.96,
                "profit_sb": 170.96,
                "profit_sb_percentage": 1.9,
                "recommended": true
            },
            "lines": [
                {
                    "id": "18cd2c62-4e85-4a5f-bf29-f4d23c107634",
                    "gambit_id": "c918686b-34bf-44b1-8bb9-1cd306ac2a49",
                    "last_updated": "2022-11-04T09:03:10.604059-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Rice",
                    "reward": "1.50000",
                    "odds": "1.57140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d0e7287-6d7e-4139-b1ff-b166043861d8/?format=api"
                },
                {
                    "id": "a0fd8ffc-25be-4118-8155-c2c300fc123e",
                    "gambit_id": "14153d52-4bde-495e-8248-5d2ac337acb4",
                    "last_updated": "2022-11-04T09:03:10.605042-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UTEP",
                    "reward": "2.36000",
                    "odds": "2.55000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d0e7287-6d7e-4139-b1ff-b166043861d8/?format=api"
                }
            ]
        },
        {
            "id": "bfe666fe-c2b7-493f-a1be-cddd00309494",
            "match": "https://api-prod.gambitprofit.com/api/matches/26a69ff7-8578-463c-b185-7ab2dae19b32/?format=api",
            "name": "Play the Odds",
            "created_at": "1969-12-31T19:00:00-05: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": "Rice",
                        "amount": 5097.0
                    },
                    {
                        "team": "UTEP",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e9d13a5c-77b3-4aca-a784-6b3a0f7fbe7d",
                    "gambit_id": "fdf99d35-f6a3-4c28-a0e4-4950dfec2218",
                    "last_updated": "2022-11-04T09:03:10.606949-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Rice",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "-3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfe666fe-c2b7-493f-a1be-cddd00309494/?format=api"
                },
                {
                    "id": "f0bc4b7f-b992-4059-b6db-b67adc843f4b",
                    "gambit_id": "d0595856-200e-4aaf-aaad-ff8ef9987fae",
                    "last_updated": "2022-11-04T09:03:10.607903-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "UTEP",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": "3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfe666fe-c2b7-493f-a1be-cddd00309494/?format=api"
                }
            ]
        },
        {
            "id": "b42fabb5-77df-4126-ad30-bb5645c8043e",
            "match": "https://api-prod.gambitprofit.com/api/matches/26a69ff7-8578-463c-b185-7ab2dae19b32/?format=api",
            "name": "Over/Under",
            "created_at": "1969-12-31T19:00:00-05: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 47",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 47",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "14c983ed-83e9-42ec-aed1-24a699293cad",
                    "gambit_id": "aff98b94-e6c5-4f61-9911-81cb92f4e658",
                    "last_updated": "2022-11-04T09:03:10.601084-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 47",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "47.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b42fabb5-77df-4126-ad30-bb5645c8043e/?format=api"
                },
                {
                    "id": "8a132bbb-5560-4dca-92fa-317bad3b32aa",
                    "gambit_id": "42ddafc6-e4e7-4fbd-a6bb-5221aaaeee1e",
                    "last_updated": "2022-11-04T09:03:10.602156-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 47",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "47.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b42fabb5-77df-4126-ad30-bb5645c8043e/?format=api"
                }
            ]
        }
    ]
}