GET /api/bet_types/e5032fff-cd68-434e-84a6-a62ba6b5f981/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5032fff-cd68-434e-84a6-a62ba6b5f981",
    "match": "https://api-prod.gambitprofit.com/api/matches/816a5644-5b2c-4354-894c-094c2999f825/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-28T08:23:04.775863-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a6a5cc46-be71-45a4-89b3-4cebe36258a8",
            "gambit_id": "3a27c8f0-0055-418c-ad5c-97c24693b534",
            "last_updated": "2023-07-29T09:28:01.004241-04:00",
            "created_at": "2023-07-28T08:23:04.780001-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5032fff-cd68-434e-84a6-a62ba6b5f981/?format=api"
        },
        {
            "id": "1a26d4b0-421c-4764-9e63-2b3098e4bebc",
            "gambit_id": "16f167e2-da37-435f-ae55-ed4b2bd32861",
            "last_updated": "2023-07-29T09:28:01.008595-04:00",
            "created_at": "2023-07-28T08:23:04.783873-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5032fff-cd68-434e-84a6-a62ba6b5f981/?format=api"
        }
    ]
}