GET /api/bet_types/8cb13fd1-17b7-4608-a057-69a1123f0101/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8cb13fd1-17b7-4608-a057-69a1123f0101",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e7591dd-d032-4b42-8b17-90084cdbfea9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-03T09:56:52.219746-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c438ffe4-7720-4129-9436-d49dbcaccc99",
            "gambit_id": "e24ca097-b6b8-4a4b-93db-770bf785eb4d",
            "last_updated": "2023-04-04T19:37:06.629360-04:00",
            "created_at": "2023-04-03T09:56:52.221156-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cb13fd1-17b7-4608-a057-69a1123f0101/?format=api"
        },
        {
            "id": "01983d35-279c-49d9-be00-5e73679850f2",
            "gambit_id": "0fc14f55-d3ad-47b3-a589-750036da7895",
            "last_updated": "2023-04-04T19:37:06.632074-04:00",
            "created_at": "2023-04-03T09:56:52.222633-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cb13fd1-17b7-4608-a057-69a1123f0101/?format=api"
        }
    ]
}