GET /api/bet_types/74469449-ea22-4694-af3b-378bacc04ed6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74469449-ea22-4694-af3b-378bacc04ed6",
    "match": "https://api-prod.gambitprofit.com/api/matches/61d90022-464a-4c31-9a27-911e09392487/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 6",
                "amount": 5316.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f3b31f3-d49c-4cc0-8137-304ad7101ab7",
            "gambit_id": "4e5423eb-5c9e-48c6-b0ea-307753ffbc2d",
            "last_updated": "2022-10-31T12:22:13.582345-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74469449-ea22-4694-af3b-378bacc04ed6/?format=api"
        },
        {
            "id": "f79c5203-8a34-4011-8043-5cf53318998a",
            "gambit_id": "c1060d6b-e054-4765-8692-83e97b057f66",
            "last_updated": "2022-10-31T12:22:13.581231-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74469449-ea22-4694-af3b-378bacc04ed6/?format=api"
        }
    ]
}