GET /api/bet_types/8f8c7375-5239-4fea-bc7f-c7b5ef8e55ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f8c7375-5239-4fea-bc7f-c7b5ef8e55ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b6e0f63-bc1f-49de-8895-d98979934283/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-14T09:13:04.458288-05: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 238",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 238",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7497ef24-25fd-4199-b122-6c3109a2228b",
            "gambit_id": "17d7196f-8643-46ae-8db3-3f9cf8f03aa4",
            "last_updated": "2023-11-15T22:48:01.664193-05:00",
            "created_at": "2023-11-14T09:13:04.462509-05:00",
            "name": "Game Total Over 238",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f8c7375-5239-4fea-bc7f-c7b5ef8e55ce/?format=api"
        },
        {
            "id": "f0575619-988f-4c4f-97ee-fb2833b7d1e2",
            "gambit_id": "6f4732e6-b945-4185-a287-6186326586c0",
            "last_updated": "2023-11-15T22:48:01.668187-05:00",
            "created_at": "2023-11-14T09:13:04.468159-05:00",
            "name": "Game Total Under 238",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f8c7375-5239-4fea-bc7f-c7b5ef8e55ce/?format=api"
        }
    ]
}