GET /api/bet_types/9ecf9898-9256-4816-9fb6-3f5b7041aef3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ecf9898-9256-4816-9fb6-3f5b7041aef3",
    "match": "https://api-prod.gambitprofit.com/api/matches/8acee95b-3b16-469c-8ba9-1af20da2e87a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-29T09:48:13.251285-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 2.5",
                "amount": 5511.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": -297.55,
        "profit_sb_percentage": -3.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a40d9ab-e229-4f6a-a211-576ef43b8271",
            "gambit_id": "4c5c1776-b1cf-45cc-bd3e-9e6790777df5",
            "last_updated": "2023-10-03T10:13:11.052798-04:00",
            "created_at": "2023-09-29T09:48:13.260024-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ecf9898-9256-4816-9fb6-3f5b7041aef3/?format=api"
        },
        {
            "id": "be129714-09b4-4684-873c-4fd8ee4077e6",
            "gambit_id": "2764aba6-42c3-4282-8e75-fea827e37d46",
            "last_updated": "2023-10-03T10:13:11.047056-04:00",
            "created_at": "2023-09-29T09:48:13.255674-04:00",
            "name": "Game Total Over 2.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ecf9898-9256-4816-9fb6-3f5b7041aef3/?format=api"
        }
    ]
}