GET /api/bet_types/cb9c0de7-a0ad-4343-9267-b8fba91011a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb9c0de7-a0ad-4343-9267-b8fba91011a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2669f89-70cb-4eee-af35-47f6aad6b086/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-16T09:52:10.229084-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "90eb3bea-e13b-4953-b471-49804479cf3e",
            "gambit_id": "6a013c22-5110-4cb6-95ce-de14b9e4e56a",
            "last_updated": "2023-01-17T11:02:04.810651-05:00",
            "created_at": "2023-01-16T09:52:10.233958-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb9c0de7-a0ad-4343-9267-b8fba91011a9/?format=api"
        },
        {
            "id": "0ea37e9f-3094-49b2-9cc9-658483f45e5d",
            "gambit_id": "622d6253-5145-49d3-b742-a2b77e585d37",
            "last_updated": "2023-01-17T11:02:04.809034-05:00",
            "created_at": "2023-01-16T09:52:10.231625-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb9c0de7-a0ad-4343-9267-b8fba91011a9/?format=api"
        }
    ]
}