GET /api/bet_types/0b3d178d-56bf-48c4-b576-ace3262b00ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b3d178d-56bf-48c4-b576-ace3262b00ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/acb27186-dc80-4606-becd-517391f08a66/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-24T11:43:10.432565-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "934545c8-c5fe-4fae-a684-4c549833b728",
            "gambit_id": "6fcdd09e-3c2e-4888-b81c-cf3e8dfea48d",
            "last_updated": "2023-08-25T19:08:10.115659-04:00",
            "created_at": "2023-08-24T11:43:10.441308-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b3d178d-56bf-48c4-b576-ace3262b00ee/?format=api"
        },
        {
            "id": "12c4418c-c311-47b5-944e-075a2c32a11f",
            "gambit_id": "ac22cdda-174c-4816-a3e9-9c6c4e27f1d6",
            "last_updated": "2023-08-25T19:08:10.112053-04:00",
            "created_at": "2023-08-24T11:43:10.437003-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b3d178d-56bf-48c4-b576-ace3262b00ee/?format=api"
        }
    ]
}