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/c14802fc-8829-4448-9665-e019b3d92143/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c14802fc-8829-4448-9665-e019b3d92143",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "68073b45-d05b-448b-933f-89a9a6f95180",
    "completed": true,
    "last_updated": "2022-09-18T13:12:31.573560-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.08,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/68073b45-d05b-448b-933f-89a9a6f95180",
    "datetime": "2022-09-17T19:00:00-04:00",
    "cutoff_datetime": "2022-09-17T19:00:00-04:00",
    "name": "Texas Tech v. NC State",
    "bettypes": [
        {
            "id": "8bc7edd6-f220-4dbd-a68c-5ad52efd7b34",
            "match": "https://api-prod.gambitprofit.com/api/matches/c14802fc-8829-4448-9665-e019b3d92143/?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": "NC State",
                        "amount": 7469.0
                    },
                    {
                        "team": "Texas Tech",
                        "amount": 2531.0
                    }
                ],
                "expected_reward_tokens": 9186.87,
                "profit_sb": 186.87,
                "profit_sb_percentage": 2.08,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7a6b8a84-fe20-442a-9690-c9c51f2f6329",
                    "gambit_id": "77522e7b-e91d-4d16-be76-fff734f1f428",
                    "last_updated": "2022-09-18T13:12:31.579936-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "NC State",
                    "reward": "1.23000",
                    "odds": "1.26320",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bc7edd6-f220-4dbd-a68c-5ad52efd7b34/?format=api"
                },
                {
                    "id": "a4042ece-b940-4fa1-b5ab-32af36b59a61",
                    "gambit_id": "6cf06b9d-c66b-4415-b622-3e8951f92b8b",
                    "last_updated": "2022-09-18T13:12:31.581071-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas Tech",
                    "reward": "3.63000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bc7edd6-f220-4dbd-a68c-5ad52efd7b34/?format=api"
                }
            ]
        },
        {
            "id": "f287891f-178f-4145-bd81-f556ebbfa9c9",
            "match": "https://api-prod.gambitprofit.com/api/matches/c14802fc-8829-4448-9665-e019b3d92143/?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": "Texas Tech",
                        "amount": 5000.0
                    },
                    {
                        "team": "NC State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "88f738a9-544c-46fb-9eb3-b1153b39ee34",
                    "gambit_id": "b9b6839c-eef7-44f2-8e63-ed44efb9716a",
                    "last_updated": "2022-09-18T13:12:31.584436-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas Tech",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f287891f-178f-4145-bd81-f556ebbfa9c9/?format=api"
                },
                {
                    "id": "38171cc7-921a-4d03-8244-a2c0e3a14af5",
                    "gambit_id": "a62ad7a7-b3bb-4e76-8a71-40ae68f92ead",
                    "last_updated": "2022-09-18T13:12:31.583343-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "NC State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f287891f-178f-4145-bd81-f556ebbfa9c9/?format=api"
                }
            ]
        },
        {
            "id": "f2c2959b-108b-44a0-badc-7ff60160cb77",
            "match": "https://api-prod.gambitprofit.com/api/matches/c14802fc-8829-4448-9665-e019b3d92143/?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 55.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 55.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c91fb002-99eb-48a3-96fe-737aa07bd579",
                    "gambit_id": "42e31921-a3f5-42da-a86e-9e28bb8094ab",
                    "last_updated": "2022-09-18T13:12:31.576417-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 55.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "55.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2c2959b-108b-44a0-badc-7ff60160cb77/?format=api"
                },
                {
                    "id": "c2e4c5ef-0538-47cc-b4b6-eee2df0a4902",
                    "gambit_id": "057b9545-caee-4cd2-b22c-adc73b6780ab",
                    "last_updated": "2022-09-18T13:12:31.577656-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 55.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "55.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2c2959b-108b-44a0-badc-7ff60160cb77/?format=api"
                }
            ]
        }
    ]
}