GET /api/bet_types/b95c879d-63c3-471f-aba8-4da90c80fc32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b95c879d-63c3-471f-aba8-4da90c80fc32",
    "match": "https://api-prod.gambitprofit.com/api/matches/89fd98e5-151a-4f77-8008-e9b43ce89fb3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-03T11:03:18.820940-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 Over 9",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "a1f3df31-e437-4e52-8501-2278b35c979d",
            "gambit_id": "61d560d9-cfb4-46e4-99c7-71bf3763948b",
            "last_updated": "2023-07-04T10:48:02.990022-04:00",
            "created_at": "2023-07-03T11:03:18.823256-04:00",
            "name": "Game Total Over 9",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b95c879d-63c3-471f-aba8-4da90c80fc32/?format=api"
        },
        {
            "id": "864c9b25-0c4c-4a8b-a7ce-7e7d56077bee",
            "gambit_id": "5f34fab8-90d0-491b-8102-106b67319f8e",
            "last_updated": "2023-07-04T10:48:02.992418-04:00",
            "created_at": "2023-07-03T11:03:18.825373-04:00",
            "name": "Game Total Under 9",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b95c879d-63c3-471f-aba8-4da90c80fc32/?format=api"
        }
    ]
}