GET /api/bet_types/436b03d0-0db9-4f8f-bc52-7a915f223371/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "436b03d0-0db9-4f8f-bc52-7a915f223371",
    "match": "https://api-prod.gambitprofit.com/api/matches/6be78363-8d45-45ef-bb7d-f50d88fc40dd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-17T11:06:51.811036-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 Under 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "695de628-bc49-4011-ab04-8596410d99be",
            "gambit_id": "7d4d39e2-05e2-4435-bff1-93161f460bba",
            "last_updated": "2023-05-18T11:47:18.531554-04:00",
            "created_at": "2023-05-17T11:06:51.813433-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/436b03d0-0db9-4f8f-bc52-7a915f223371/?format=api"
        },
        {
            "id": "07675bd6-9eca-4558-89cb-5188b4777232",
            "gambit_id": "9bdaf879-185d-47c6-bbf3-cc9ada3d95e0",
            "last_updated": "2023-05-18T11:47:18.533052-04:00",
            "created_at": "2023-05-17T11:06:51.815996-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/436b03d0-0db9-4f8f-bc52-7a915f223371/?format=api"
        }
    ]
}