GET /api/bet_types/efb4502c-d2c0-43f9-9c53-3b5cd3112216/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efb4502c-d2c0-43f9-9c53-3b5cd3112216",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f9e5c5e-571e-4655-b3af-fa59993376d1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-17T11:57:04.285715-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 35",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 35",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "39ff5063-08fb-44a2-bc00-11211b843b49",
            "gambit_id": "b57603a0-749e-4906-b5df-b05405f660af",
            "last_updated": "2023-03-20T11:47:04.006475-04:00",
            "created_at": "2023-03-17T11:57:04.286893-04:00",
            "name": "Game Total Under 35",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "35.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efb4502c-d2c0-43f9-9c53-3b5cd3112216/?format=api"
        },
        {
            "id": "b25cca2c-f380-4e61-ba9d-1b4f4d8c4be2",
            "gambit_id": "4a271cd5-8ab4-414e-84f4-b4568db9ec04",
            "last_updated": "2023-03-20T11:47:04.009469-04:00",
            "created_at": "2023-03-17T11:57:04.288044-04:00",
            "name": "Game Total Over 35",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "35.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efb4502c-d2c0-43f9-9c53-3b5cd3112216/?format=api"
        }
    ]
}