GET /api/bet_types/422fbf3d-1966-4c64-a6fa-d6b66fb29cc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "422fbf3d-1966-4c64-a6fa-d6b66fb29cc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/a13dbe04-f9b5-4bf7-a11d-82d03ea420cf/?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 Under 6.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "a85f5c91-dfc4-4f0b-89a7-7bc7c82b8d01",
            "gambit_id": "19b2c942-3318-4ee1-9c24-e7bdbfdb967b",
            "last_updated": "2022-10-24T10:12:08.597733-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/422fbf3d-1966-4c64-a6fa-d6b66fb29cc7/?format=api"
        },
        {
            "id": "55d5154c-3c5c-4b65-8290-5b46d08041df",
            "gambit_id": "e2c790cb-50ea-436d-96a1-c0bf11d7665c",
            "last_updated": "2022-10-24T10:12:08.598871-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/422fbf3d-1966-4c64-a6fa-d6b66fb29cc7/?format=api"
        }
    ]
}