GET /api/bet_types/64ab9b3f-a63a-4c21-a90a-da3d433f958b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64ab9b3f-a63a-4c21-a90a-da3d433f958b",
    "match": "https://api-prod.gambitprofit.com/api/matches/68eb2d63-85f2-4b2e-b2cb-4c330ea239d1/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 11",
                "amount": 5110.0
            },
            {
                "team": "Game Total Under 11",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "38c68dc5-6b05-4c71-8d08-324eb4b978a3",
            "gambit_id": "2084bca8-515c-44af-9ed9-04ad3a151ff2",
            "last_updated": "2022-08-20T12:02:01.874013-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 11",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64ab9b3f-a63a-4c21-a90a-da3d433f958b/?format=api"
        },
        {
            "id": "3f3d1f0e-2148-4253-bc50-8387cf21fa0d",
            "gambit_id": "49a8c108-7753-4c6a-a92c-1863099c13f8",
            "last_updated": "2022-08-20T12:02:01.873489-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 11",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64ab9b3f-a63a-4c21-a90a-da3d433f958b/?format=api"
        }
    ]
}