GET /api/bet_types/5eca55fe-7a77-4642-9687-31a6490b756e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5eca55fe-7a77-4642-9687-31a6490b756e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a590bf1a-4216-400c-8637-d746796d6493/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-10T11:22:00.675799-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "24dfd75f-8b32-4b58-9a24-e0cec670cfce",
            "gambit_id": "587125cd-86c7-4ca4-971f-02ac3a677bb3",
            "last_updated": "2023-04-11T13:52:11.736997-04:00",
            "created_at": "2023-04-10T11:22:00.677469-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5eca55fe-7a77-4642-9687-31a6490b756e/?format=api"
        },
        {
            "id": "0baae49a-7ac8-4950-a135-3fd90b86ece2",
            "gambit_id": "8aa72dfc-8d57-47c4-b4cd-f4ebb6c91fe9",
            "last_updated": "2023-04-11T13:52:11.738559-04:00",
            "created_at": "2023-04-10T11:22:00.679403-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5eca55fe-7a77-4642-9687-31a6490b756e/?format=api"
        }
    ]
}