GET /api/bet_types/f9db2390-f600-4424-86df-d33e4ad9b365/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9db2390-f600-4424-86df-d33e4ad9b365",
    "match": "https://api-prod.gambitprofit.com/api/matches/848410fb-9929-4f8e-a3fb-45e3c6438867/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-15T09:07:11.238315-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b81697c-9f57-49eb-87e6-0f4407e9672a",
            "gambit_id": "16d9b068-176b-4706-94d0-9e94de8b69c8",
            "last_updated": "2023-03-16T17:37:23.665814-04:00",
            "created_at": "2023-03-15T09:07:11.243600-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9db2390-f600-4424-86df-d33e4ad9b365/?format=api"
        },
        {
            "id": "a6d80c45-eb75-402b-9873-af9eb02286a6",
            "gambit_id": "e6b92de1-b261-4f6d-863b-39fb2518f920",
            "last_updated": "2023-03-16T17:37:23.663254-04:00",
            "created_at": "2023-03-15T09:07:11.240938-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9db2390-f600-4424-86df-d33e4ad9b365/?format=api"
        }
    ]
}