GET /api/bet_types/6b5c86ec-459d-4b1d-bc4e-eb50e3c408a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b5c86ec-459d-4b1d-bc4e-eb50e3c408a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae8889ba-3092-4161-b06a-f02ea65fd4e6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-15T12:27:10.594373-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3ebcad3e-d382-4a6e-ba96-3beb1188e955",
            "gambit_id": "24acc03b-7de1-428e-919e-1be16e332ae8",
            "last_updated": "2023-04-16T18:07:20.665264-04:00",
            "created_at": "2023-04-15T12:27:10.596013-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b5c86ec-459d-4b1d-bc4e-eb50e3c408a4/?format=api"
        },
        {
            "id": "cd9ab8c8-afb1-4670-957b-5d56a20e56dc",
            "gambit_id": "3ae12147-0ac7-40b0-a800-8512aef0c11d",
            "last_updated": "2023-04-16T18:07:20.667952-04:00",
            "created_at": "2023-04-15T12:27:10.597638-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b5c86ec-459d-4b1d-bc4e-eb50e3c408a4/?format=api"
        }
    ]
}