GET /api/bet_types/be470eae-ebe9-4b97-bb0f-caf9104b692f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be470eae-ebe9-4b97-bb0f-caf9104b692f",
    "match": "https://api-prod.gambitprofit.com/api/matches/116b0461-33ba-4dd9-a81e-957e2502e7fe/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-17T09:12:09.150200-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 6.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "062d6b20-08b8-473b-add4-86d0b344cfe9",
            "gambit_id": "d0119dc6-0997-4d1b-a6e5-90100b33a99b",
            "last_updated": "2023-02-18T09:47:18.930045-05:00",
            "created_at": "2023-02-17T09:12:09.153871-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be470eae-ebe9-4b97-bb0f-caf9104b692f/?format=api"
        },
        {
            "id": "0475d3b6-1421-4bc0-bc96-f151cc4d86e8",
            "gambit_id": "5cbaed88-9b51-477c-82da-240f0f269d71",
            "last_updated": "2023-02-18T09:47:18.928873-05:00",
            "created_at": "2023-02-17T09:12:09.151988-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be470eae-ebe9-4b97-bb0f-caf9104b692f/?format=api"
        }
    ]
}