GET /api/bet_types/1b57c4e8-6249-4f31-8220-f2c650a54d5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b57c4e8-6249-4f31-8220-f2c650a54d5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/802fce38-d83e-4fa5-b8d4-c976fc6ed9d0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-10T09:58:03.144189-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 Under 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "57d1bc8d-47d1-4e38-8f93-551491d60f0c",
            "gambit_id": "1088acc4-ad54-4386-b0ce-f4e0c30c9152",
            "last_updated": "2023-12-12T10:23:16.771350-05:00",
            "created_at": "2023-12-10T09:58:03.154544-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b57c4e8-6249-4f31-8220-f2c650a54d5e/?format=api"
        },
        {
            "id": "09c8dc66-a6fb-4530-b0da-7b40255db181",
            "gambit_id": "9f96613e-008a-4072-9143-d3c380ee62e1",
            "last_updated": "2023-12-12T10:23:16.775110-05:00",
            "created_at": "2023-12-10T09:58:03.169534-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b57c4e8-6249-4f31-8220-f2c650a54d5e/?format=api"
        }
    ]
}