GET /api/bet_types/cb6ff62e-ec2e-431f-9706-13dede7d9aa8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb6ff62e-ec2e-431f-9706-13dede7d9aa8",
    "match": "https://api-prod.gambitprofit.com/api/matches/47cdcbc0-f0e5-4843-b609-f4128236bd8c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-24T11:07:04.753301-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 Over 4.5",
                "amount": 5789.0
            },
            {
                "team": "Total Rounds Under 4.5",
                "amount": 4211.0
            }
        ],
        "expected_reward_tokens": 9262.4,
        "profit_sb": -237.6,
        "profit_sb_percentage": -2.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "42470779-c845-4b40-a841-4ee22ac0d3ce",
            "gambit_id": "518cf3ea-c916-4963-afd2-9c9e106e362e",
            "last_updated": "2023-03-27T11:46:51.001696-04:00",
            "created_at": "2023-03-24T11:07:04.756707-04:00",
            "name": "Total Rounds Over 4.5",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb6ff62e-ec2e-431f-9706-13dede7d9aa8/?format=api"
        },
        {
            "id": "cad98b4f-1de2-4dda-a7f5-71679711bf6c",
            "gambit_id": "469e1cec-d23f-420f-94d0-c1d71cb58a95",
            "last_updated": "2023-03-27T11:46:50.999281-04:00",
            "created_at": "2023-03-24T11:07:04.754834-04:00",
            "name": "Total Rounds Under 4.5",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb6ff62e-ec2e-431f-9706-13dede7d9aa8/?format=api"
        }
    ]
}