GET /api/bet_types/86350b9f-8e65-4155-a52a-c5ba33073a76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86350b9f-8e65-4155-a52a-c5ba33073a76",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f8fd714-0767-4c1d-8925-cfe7b82cc675/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-22T09:52:58.126290-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": "Total Rounds Under 2.5",
                "amount": 5673.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4327.0
            }
        ],
        "expected_reward_tokens": 9303.05,
        "profit_sb": -196.95,
        "profit_sb_percentage": -2.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e7b3110-b0a3-4388-880d-459d6c7699ff",
            "gambit_id": "0bf5bc51-84d9-4bcc-9d00-981e687db9fd",
            "last_updated": "2023-07-23T22:07:59.190155-04:00",
            "created_at": "2023-07-22T09:52:58.138729-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86350b9f-8e65-4155-a52a-c5ba33073a76/?format=api"
        },
        {
            "id": "23675771-8f8e-4db3-b0a3-4f8b485b715b",
            "gambit_id": "8a61b2de-85b3-4714-a4ef-9bc393079dfd",
            "last_updated": "2023-07-23T22:07:59.186697-04:00",
            "created_at": "2023-07-22T09:52:58.134141-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86350b9f-8e65-4155-a52a-c5ba33073a76/?format=api"
        }
    ]
}