GET /api/bet_types/47d0d8da-119b-464f-b2c9-93cf82503902/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47d0d8da-119b-464f-b2c9-93cf82503902",
    "match": "https://api-prod.gambitprofit.com/api/matches/66f304aa-25ec-4cae-9c26-77d959d3b4e2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T11:57:09.301763-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 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "df01c9a0-7603-405e-b118-b583163be314",
            "gambit_id": "96817c0c-8156-42e5-9bea-8163930c5b5b",
            "last_updated": "2023-03-15T14:02:07.492025-04:00",
            "created_at": "2023-03-14T11:57:09.303600-04:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47d0d8da-119b-464f-b2c9-93cf82503902/?format=api"
        },
        {
            "id": "cb633c59-e722-4c1f-ac71-9960c4a0e298",
            "gambit_id": "88b8d305-9f50-4796-a2ee-09ce3c34d2ce",
            "last_updated": "2023-03-15T14:02:07.493268-04:00",
            "created_at": "2023-03-14T11:57:09.305279-04:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47d0d8da-119b-464f-b2c9-93cf82503902/?format=api"
        }
    ]
}