GET /api/bet_types/f4871936-8b0f-4897-ace3-89230b575742/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4871936-8b0f-4897-ace3-89230b575742",
    "match": "https://api-prod.gambitprofit.com/api/matches/3bf20ca4-0a45-4fed-a26c-2c52a9190d11/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-11T09:38:22.874304-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "12dfc2f5-b57d-4b45-ac0b-f6f390af6ed9",
            "gambit_id": "1e6a504d-2727-48c1-986e-cb55a9622c42",
            "last_updated": "2023-08-12T18:18:08.745659-04:00",
            "created_at": "2023-08-11T09:38:22.889953-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4871936-8b0f-4897-ace3-89230b575742/?format=api"
        },
        {
            "id": "4fe1486a-db40-4748-b934-df95cc99de58",
            "gambit_id": "34057f46-2f5b-44a2-940b-f49fc695ccc7",
            "last_updated": "2023-08-12T18:18:08.741606-04:00",
            "created_at": "2023-08-11T09:38:22.882596-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4871936-8b0f-4897-ace3-89230b575742/?format=api"
        }
    ]
}