GET /api/bet_types/11cab857-8700-4e18-b5d6-fe6c58d660ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11cab857-8700-4e18-b5d6-fe6c58d660ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/13dada71-efdb-4bb5-bffc-c162307b5e88/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac5babc6-bb4c-4099-92f8-c3ce6577979d",
            "gambit_id": "89cbaf38-f89d-4f57-a231-f1b3bc5edcd8",
            "last_updated": "2022-12-23T09:22:12.429730-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 232",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11cab857-8700-4e18-b5d6-fe6c58d660ae/?format=api"
        },
        {
            "id": "90fc22e9-f3e7-4f5e-b95b-0e807bb8c4ad",
            "gambit_id": "4fb792e7-6f31-4773-87c4-e85c7d112e1d",
            "last_updated": "2022-12-23T09:22:12.428536-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 232",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11cab857-8700-4e18-b5d6-fe6c58d660ae/?format=api"
        }
    ]
}