GET /api/bet_types/e722fb38-cfd8-44f9-9367-526fce26b4d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e722fb38-cfd8-44f9-9367-526fce26b4d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/34b0468a-ce4c-4221-aeb5-c3c68f5bef78/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-26T10:38:04.822308-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": 6047.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0a4afa5-b358-4f65-876a-192734d27b50",
            "gambit_id": "fd9a273f-e59e-445c-a8d7-f5c3cc9267ae",
            "last_updated": "2023-07-31T18:28:10.118527-04:00",
            "created_at": "2023-07-26T10:38:04.831551-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e722fb38-cfd8-44f9-9367-526fce26b4d8/?format=api"
        },
        {
            "id": "70e42e03-f3bb-46fe-8efb-94607d2eb501",
            "gambit_id": "011446ca-ce00-4008-9b0e-6110ba61ffc6",
            "last_updated": "2023-07-31T18:28:10.112478-04:00",
            "created_at": "2023-07-26T10:38:04.826735-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e722fb38-cfd8-44f9-9367-526fce26b4d8/?format=api"
        }
    ]
}