GET /api/bet_types/5a38a959-2847-4479-8f94-7d6d2aea9f66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a38a959-2847-4479-8f94-7d6d2aea9f66",
    "match": "https://api-prod.gambitprofit.com/api/matches/8962f8fb-1dbd-4a2b-b983-66f3b42873e6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-08T08:38:23.892977-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": "ba77db1f-7c60-4df9-bcb6-93eb4744e342",
            "gambit_id": "a404b38f-5de5-4f56-93ac-5a23cc364485",
            "last_updated": "2023-07-10T10:08:11.482020-04:00",
            "created_at": "2023-07-08T08:38:23.895976-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/5a38a959-2847-4479-8f94-7d6d2aea9f66/?format=api"
        },
        {
            "id": "e7c1c546-6af9-40a7-939a-be8b7b4378ab",
            "gambit_id": "a69504de-7d75-4b31-a225-4a8c228cbd87",
            "last_updated": "2023-07-10T10:08:11.484462-04:00",
            "created_at": "2023-07-08T08:38:23.898754-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/5a38a959-2847-4479-8f94-7d6d2aea9f66/?format=api"
        }
    ]
}