GET /api/bet_types/c4b24fbe-3b8b-4bfe-aecb-dc947c6c5e90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4b24fbe-3b8b-4bfe-aecb-dc947c6c5e90",
    "match": "https://api-prod.gambitprofit.com/api/matches/401a86a4-975b-4e28-94af-2f0f5ec3fd52/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-04T12:46:50.869263-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": "Total Rounds Under 1.5",
                "amount": 7005.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 2995.0
            }
        ],
        "expected_reward_tokens": 9314.45,
        "profit_sb": -185.55,
        "profit_sb_percentage": -1.95,
        "recommended": false
    },
    "lines": [
        {
            "id": "a23ce491-57d0-4374-b2f3-16b95d8d69a8",
            "gambit_id": "914442d5-4fe6-4124-84ee-37c8569dd588",
            "last_updated": "2023-03-06T15:11:56.882901-05:00",
            "created_at": "2023-03-04T12:46:50.870548-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4b24fbe-3b8b-4bfe-aecb-dc947c6c5e90/?format=api"
        },
        {
            "id": "eadb88eb-3c7b-445b-890d-bce3228774ec",
            "gambit_id": "adda94b0-e17a-4643-8fdb-42103777cf82",
            "last_updated": "2023-03-06T15:11:56.884777-05:00",
            "created_at": "2023-03-04T12:46:50.871799-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4b24fbe-3b8b-4bfe-aecb-dc947c6c5e90/?format=api"
        }
    ]
}