GET /api/bet_types/43ed2a2b-83ec-41c0-9f2b-cf0eb03a3fd4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43ed2a2b-83ec-41c0-9f2b-cf0eb03a3fd4",
    "match": "https://api-prod.gambitprofit.com/api/matches/302481f7-f5e8-4dde-a8b8-a86096c12699/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-05T08:33:18.522956-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 Over 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2740ebd9-dfee-4c33-94a4-4861b6dffee2",
            "gambit_id": "f280281b-9e8f-42fc-b96c-ec141c5764bb",
            "last_updated": "2023-08-07T15:03:06.153388-04:00",
            "created_at": "2023-08-05T08:33:18.528026-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43ed2a2b-83ec-41c0-9f2b-cf0eb03a3fd4/?format=api"
        },
        {
            "id": "ba601925-5b60-4afe-a950-09e51a8770dc",
            "gambit_id": "cbb8b30b-d317-4285-80cf-b15e46290cee",
            "last_updated": "2023-08-07T15:03:06.156775-04:00",
            "created_at": "2023-08-05T08:33:18.533994-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43ed2a2b-83ec-41c0-9f2b-cf0eb03a3fd4/?format=api"
        }
    ]
}