GET /api/bet_types/117418cc-aef7-4dc4-8aee-ecfff2f23526/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "117418cc-aef7-4dc4-8aee-ecfff2f23526",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca64894b-7849-4788-b44e-e29970c90db7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-28T08:48:03.905897-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8317a712-99cc-49da-8d7e-4e314287bb90",
            "gambit_id": "dd7fc4c5-e8a8-481d-8e07-229ebbcd50a4",
            "last_updated": "2023-06-29T17:58:30.651852-04:00",
            "created_at": "2023-06-28T08:48:03.910771-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/117418cc-aef7-4dc4-8aee-ecfff2f23526/?format=api"
        },
        {
            "id": "e07a6dbf-cb3c-4c00-bda9-666a16cb24f2",
            "gambit_id": "0e627151-ba5f-4191-b2e7-7dab76c19581",
            "last_updated": "2023-06-29T17:58:30.653513-04:00",
            "created_at": "2023-06-28T08:48:03.908279-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/117418cc-aef7-4dc4-8aee-ecfff2f23526/?format=api"
        }
    ]
}