GET /api/bet_types/e11c14a4-39e7-4590-b185-80458715a49f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e11c14a4-39e7-4590-b185-80458715a49f",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b08a707-9172-4e92-bbb3-eda4fa2c61d6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-24T12:57:57.455652-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 37",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 37",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6feb7dd0-de81-4ca2-95c7-b09e3f028ca3",
            "gambit_id": "1826229c-cd33-46ca-9032-584665b18772",
            "last_updated": "2023-08-29T09:18:23.791553-04:00",
            "created_at": "2023-08-24T12:57:57.460049-04:00",
            "name": "Game Total Over 37",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "37.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e11c14a4-39e7-4590-b185-80458715a49f/?format=api"
        },
        {
            "id": "5da8924b-9753-4948-9017-48aa08ab512e",
            "gambit_id": "fc109bd0-5d57-4720-b684-50c6545b25ed",
            "last_updated": "2023-08-29T09:18:23.795293-04:00",
            "created_at": "2023-08-24T12:57:57.464181-04:00",
            "name": "Game Total Under 37",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "37.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e11c14a4-39e7-4590-b185-80458715a49f/?format=api"
        }
    ]
}