GET /api/bet_types/134db60a-b508-42ec-b011-e8c49052cdc5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "134db60a-b508-42ec-b011-e8c49052cdc5",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4136291-a642-4b39-a17f-979027b9841d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-29T12:37:06.093835-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 6",
                "amount": 5421.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7cf0c54-bcf2-46ef-a77c-366b2b6339ca",
            "gambit_id": "9fc5f160-90c0-482c-9ea8-1f442e268404",
            "last_updated": "2023-03-30T10:37:04.256702-04:00",
            "created_at": "2023-03-29T12:37:06.095918-04:00",
            "name": "Game Total Under 6",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/134db60a-b508-42ec-b011-e8c49052cdc5/?format=api"
        },
        {
            "id": "80b606c9-ec35-45b5-991d-150e2f08304a",
            "gambit_id": "e5e13ec8-ebfc-4954-aa9c-f42da30c47e2",
            "last_updated": "2023-03-30T10:37:04.259409-04:00",
            "created_at": "2023-03-29T12:37:06.098086-04:00",
            "name": "Game Total Over 6",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/134db60a-b508-42ec-b011-e8c49052cdc5/?format=api"
        }
    ]
}