GET /api/bet_types/409d1b2b-9c88-49a2-89a9-2052f891b99b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "409d1b2b-9c88-49a2-89a9-2052f891b99b",
    "match": "https://api-prod.gambitprofit.com/api/matches/70322777-d2f5-4890-82d8-e534a8921cd3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-27T09:22:58.862077-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2bb20738-28da-40da-b5bf-e0b97407d9d8",
            "gambit_id": "c9b64087-1fc4-4820-a9f9-15a0de590a02",
            "last_updated": "2023-09-28T09:58:12.266102-04:00",
            "created_at": "2023-09-27T09:22:58.866362-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/409d1b2b-9c88-49a2-89a9-2052f891b99b/?format=api"
        },
        {
            "id": "14d13a15-1a94-4f96-9fb6-ad6173dbfdae",
            "gambit_id": "857aa2b6-8fe8-4322-8e75-5933c549d101",
            "last_updated": "2023-09-28T09:58:12.269386-04:00",
            "created_at": "2023-09-27T09:22:58.871947-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/409d1b2b-9c88-49a2-89a9-2052f891b99b/?format=api"
        }
    ]
}