GET /api/bet_types/5d17f700-a270-4409-9ec0-f21ab2ba8cd9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d17f700-a270-4409-9ec0-f21ab2ba8cd9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5af5da7-2da4-4c6f-97ed-89ce969c98b9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-19T10:38:32.470454-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 37",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 37",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f39c5ddc-c3c8-4275-ba96-6e68aa02827e",
            "gambit_id": "ee9f3103-85c6-4fb4-a3b5-aa43029dbd8b",
            "last_updated": "2023-08-23T09:58:07.622531-04:00",
            "created_at": "2023-08-19T10:38:32.479754-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/5d17f700-a270-4409-9ec0-f21ab2ba8cd9/?format=api"
        },
        {
            "id": "a58f99f8-d07d-4b46-88a2-c47bd2f8ad58",
            "gambit_id": "7b4be2bd-0736-42ad-8abb-a54d67eaef2d",
            "last_updated": "2023-08-23T09:58:07.626812-04:00",
            "created_at": "2023-08-19T10:38:32.475535-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/5d17f700-a270-4409-9ec0-f21ab2ba8cd9/?format=api"
        }
    ]
}