GET /api/bet_types/c97947f7-957b-4956-a026-597aca03773f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c97947f7-957b-4956-a026-597aca03773f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b8b8b5df-98d6-47b9-8593-2888964983e3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-29T16:27:02.304959-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4aaceda0-df2c-4c99-99e4-81e63b209c8d",
            "gambit_id": "4925bdf6-e4d8-4f52-b28d-552cf04283ea",
            "last_updated": "2023-04-30T15:27:14.355296-04:00",
            "created_at": "2023-04-29T16:27:02.307045-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c97947f7-957b-4956-a026-597aca03773f/?format=api"
        },
        {
            "id": "01d325d0-ac28-4cfe-94f5-dab04040bad9",
            "gambit_id": "053848e7-e12d-45df-aba5-8b2cc626a15f",
            "last_updated": "2023-04-30T15:27:14.356889-04:00",
            "created_at": "2023-04-29T16:27:02.309126-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c97947f7-957b-4956-a026-597aca03773f/?format=api"
        }
    ]
}