GET /api/bet_types/2a721a00-608c-479a-bbe7-ce10555cfbfb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a721a00-608c-479a-bbe7-ce10555cfbfb",
    "match": "https://api-prod.gambitprofit.com/api/matches/38066250-ad4c-49a8-9d7b-aa2b5324dc43/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-11T09:07:58.091179-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 Under 6",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "6826b650-7c3e-4e65-9cdd-3f6c57681db4",
            "gambit_id": "677cd4ae-d983-435a-8b3e-3e644e8ac8e9",
            "last_updated": "2023-10-12T11:28:04.148977-04:00",
            "created_at": "2023-10-11T09:07:58.103389-04:00",
            "name": "Game Total Under 6",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a721a00-608c-479a-bbe7-ce10555cfbfb/?format=api"
        },
        {
            "id": "d8004bb8-f04b-4ded-ac4e-6b75c1558b38",
            "gambit_id": "e571f40f-f5a8-4bc2-a38f-06f75432721a",
            "last_updated": "2023-10-12T11:28:04.141354-04:00",
            "created_at": "2023-10-11T09:07:58.097024-04:00",
            "name": "Game Total Over 6",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a721a00-608c-479a-bbe7-ce10555cfbfb/?format=api"
        }
    ]
}