GET /api/bet_types/5e594062-ad26-4c5f-a7d5-176d040f1d86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e594062-ad26-4c5f-a7d5-176d040f1d86",
    "match": "https://api-prod.gambitprofit.com/api/matches/c369be2e-f3ea-4599-9b07-ed892387f6be/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-14T11:13:13.586430-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfda7ab7-19e6-4418-9917-afdaad2f159e",
            "gambit_id": "e5d091a5-de7f-41fa-a036-5fee372f9b17",
            "last_updated": "2023-06-15T23:28:29.733822-04:00",
            "created_at": "2023-06-14T11:13:13.591035-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e594062-ad26-4c5f-a7d5-176d040f1d86/?format=api"
        },
        {
            "id": "6d484220-0bc7-4414-992b-eee4f0467a32",
            "gambit_id": "e610be64-375a-44a9-86e7-8f16fa3e8018",
            "last_updated": "2023-06-15T23:28:29.731643-04:00",
            "created_at": "2023-06-14T11:13:13.588635-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e594062-ad26-4c5f-a7d5-176d040f1d86/?format=api"
        }
    ]
}