GET /api/bet_types/6749a644-2073-47e4-876a-efc5e9ed58d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6749a644-2073-47e4-876a-efc5e9ed58d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/7df5509d-5355-4db2-ac4a-3bda737a64ee/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Over 2.5",
                "amount": 6925.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3075.0
            }
        ],
        "expected_reward_tokens": 9348.0,
        "profit_sb": -152.0,
        "profit_sb_percentage": -1.6,
        "recommended": false
    },
    "lines": [
        {
            "id": "3592b8ef-1441-4249-97c2-aeeff60230f5",
            "gambit_id": "e9aaa08e-5e80-4507-993f-d88a2ebc77b0",
            "last_updated": "2022-10-07T09:07:05.891059-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.35000",
            "odds": "1.36000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6749a644-2073-47e4-876a-efc5e9ed58d1/?format=api"
        },
        {
            "id": "f9ebf4b5-9e46-4a91-8051-df2211af5219",
            "gambit_id": "1e04856c-866f-49ff-bcce-072062337585",
            "last_updated": "2022-10-07T09:07:05.890063-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6749a644-2073-47e4-876a-efc5e9ed58d1/?format=api"
        }
    ]
}