GET /api/bet_types/2a79cf40-c306-41cd-81ca-ad7f47f04cbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a79cf40-c306-41cd-81ca-ad7f47f04cbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/20606eaa-ec1f-4c4d-898d-9659ee93fecc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-20T09:58:16.074590-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 43",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 43",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1bc0f59d-0345-4a10-ab1c-ddc0bbbdc563",
            "gambit_id": "f07c9dd1-1d24-4cd3-8914-1fdb91f3f389",
            "last_updated": "2023-09-26T09:08:32.157360-04:00",
            "created_at": "2023-09-20T09:58:16.077989-04:00",
            "name": "Game Total Over 43",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a79cf40-c306-41cd-81ca-ad7f47f04cbc/?format=api"
        },
        {
            "id": "f9a578aa-1bb8-4b8a-93c7-eac6c4ed7558",
            "gambit_id": "f1d2a779-2b7d-4674-9586-dc69fa79b1dd",
            "last_updated": "2023-09-26T09:08:32.161215-04:00",
            "created_at": "2023-09-20T09:58:16.082928-04:00",
            "name": "Game Total Under 43",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a79cf40-c306-41cd-81ca-ad7f47f04cbc/?format=api"
        }
    ]
}