GET /api/bet_types/b9047b71-5cd6-4147-9842-66bf2b0c9622/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9047b71-5cd6-4147-9842-66bf2b0c9622",
    "match": "https://api-prod.gambitprofit.com/api/matches/f3b390ae-9481-43da-9079-d99329240e3e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-12T10:17:05.635923-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 11",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 11",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "85cfbe33-179e-4038-99e9-1b3130a187f7",
            "gambit_id": "451ac116-4e67-461a-bed3-53f936ea965b",
            "last_updated": "2023-04-13T11:07:19.442358-04:00",
            "created_at": "2023-04-12T10:17:05.639142-04:00",
            "name": "Game Total Under 11",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9047b71-5cd6-4147-9842-66bf2b0c9622/?format=api"
        },
        {
            "id": "c946f50f-f282-435b-ab9f-8cda10b17f30",
            "gambit_id": "c38e0e8f-fb58-47cf-9e7c-033273035fe7",
            "last_updated": "2023-04-13T11:07:19.443930-04:00",
            "created_at": "2023-04-12T10:17:05.642235-04:00",
            "name": "Game Total Over 11",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9047b71-5cd6-4147-9842-66bf2b0c9622/?format=api"
        }
    ]
}