GET /api/bet_types/3d94dc65-ac85-47d5-ab68-fcbbefcc2c40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d94dc65-ac85-47d5-ab68-fcbbefcc2c40",
    "match": "https://api-prod.gambitprofit.com/api/matches/5689da6a-ea91-4d84-b07a-aaba9bc56d9b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-13T09:32:19.312539-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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "91a9b124-f839-4522-a4ff-c6a98b8d6b45",
            "gambit_id": "fc622e60-9390-4436-b48d-3f911175154e",
            "last_updated": "2023-04-14T12:02:23.818167-04:00",
            "created_at": "2023-04-13T09:32:19.313923-04:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d94dc65-ac85-47d5-ab68-fcbbefcc2c40/?format=api"
        },
        {
            "id": "e634f7c3-f9c4-4b3a-a575-988020a7c8f2",
            "gambit_id": "1f2ce0d8-bd80-4ebf-b4ce-9c8c939dea61",
            "last_updated": "2023-04-14T12:02:23.820196-04:00",
            "created_at": "2023-04-13T09:32:19.315244-04:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d94dc65-ac85-47d5-ab68-fcbbefcc2c40/?format=api"
        }
    ]
}