GET /api/bet_types/1d9f43ee-9599-475c-83ba-9b2596fea0f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d9f43ee-9599-475c-83ba-9b2596fea0f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7bb6b74-80d5-4451-8bbc-1ccac5d04002/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-26T07:56:52.490773-05: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 231.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d2d9dcad-5a50-4d81-ad0f-45bc31b318df",
            "gambit_id": "5a12c46e-345d-404e-acac-ae19212f5f4f",
            "last_updated": "2022-12-27T10:22:02.625852-05:00",
            "created_at": "2022-12-26T07:56:52.493466-05:00",
            "name": "Game Total Over 231.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d9f43ee-9599-475c-83ba-9b2596fea0f1/?format=api"
        },
        {
            "id": "7d4feea8-39b4-433b-8e9a-ddc433185691",
            "gambit_id": "c72693bc-6cbe-4700-8cc0-ec7329000e2c",
            "last_updated": "2022-12-27T10:22:02.626974-05:00",
            "created_at": "2022-12-26T07:56:52.492139-05:00",
            "name": "Game Total Under 231.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d9f43ee-9599-475c-83ba-9b2596fea0f1/?format=api"
        }
    ]
}