GET /api/bet_types/e756abca-23fd-4785-b176-86d20970ffff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e756abca-23fd-4785-b176-86d20970ffff",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac87d1b4-61aa-44b3-9979-0415f658461a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-19T00:01:54.979667-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 143.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 143.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "707f1c84-4214-48f0-9903-193e671e0411",
            "gambit_id": "10da4113-e0fe-41a5-a96c-b7d419014eaa",
            "last_updated": "2023-03-20T10:42:11.596103-04:00",
            "created_at": "2023-03-19T00:01:54.981484-04:00",
            "name": "Game Total Under 143.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "143.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e756abca-23fd-4785-b176-86d20970ffff/?format=api"
        },
        {
            "id": "217d17d6-ece4-451d-8d2b-aba572c4f9c1",
            "gambit_id": "b9659431-404a-454a-8eac-6415b983bab9",
            "last_updated": "2023-03-20T10:42:11.597853-04:00",
            "created_at": "2023-03-19T00:01:54.983481-04:00",
            "name": "Game Total Over 143.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "143.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e756abca-23fd-4785-b176-86d20970ffff/?format=api"
        }
    ]
}