GET /api/bet_types/a04c3bbf-831e-4982-a934-b1b08944b9eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a04c3bbf-831e-4982-a934-b1b08944b9eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ce55fb7-8c94-4766-aa4e-4c9c6b427087/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-07T09:48:19.591051-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 Over 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1903a0bd-b8bc-49b5-beb0-9c7e6eb2b7af",
            "gambit_id": "d808eec0-535c-40c5-a562-85f78f24baea",
            "last_updated": "2023-12-08T21:08:05.923731-05:00",
            "created_at": "2023-12-07T09:48:19.595238-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a04c3bbf-831e-4982-a934-b1b08944b9eb/?format=api"
        },
        {
            "id": "f935b252-83df-47ff-acd6-e8e4d7cbf312",
            "gambit_id": "c4185756-e72e-4c4b-85c1-f82cc9e0265e",
            "last_updated": "2023-12-08T21:08:05.927186-05:00",
            "created_at": "2023-12-07T09:48:19.598875-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a04c3bbf-831e-4982-a934-b1b08944b9eb/?format=api"
        }
    ]
}