GET /api/bet_types/6e7b9065-0089-49ef-b1a6-58a29f522805/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e7b9065-0089-49ef-b1a6-58a29f522805",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2dd7ef5-5e94-43a0-bcb8-491f6b74b2e7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-29T08:08:08.710628-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 10",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "0300be2b-2eb0-4378-9aa4-b0c0dc15cccc",
            "gambit_id": "449a244a-d9c2-4f0c-b6e5-703f6ac022b1",
            "last_updated": "2023-07-31T13:03:21.174959-04:00",
            "created_at": "2023-07-29T08:08:08.714554-04:00",
            "name": "Game Total Over 10",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e7b9065-0089-49ef-b1a6-58a29f522805/?format=api"
        },
        {
            "id": "51d14bda-8b7a-493a-8429-cc89296af7d9",
            "gambit_id": "4608e91e-2f20-4a9f-9fc5-19273ea06215",
            "last_updated": "2023-07-31T13:03:21.171518-04:00",
            "created_at": "2023-07-29T08:08:08.718704-04:00",
            "name": "Game Total Under 10",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e7b9065-0089-49ef-b1a6-58a29f522805/?format=api"
        }
    ]
}