GET /api/bet_types/9c568d0d-fed3-42b3-9f0c-5d8c2163f9b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c568d0d-fed3-42b3-9f0c-5d8c2163f9b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/1eeb115f-3f75-4c1b-8b81-8e9beb995fc8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-16T10:23:24.388483-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "97c97658-5910-439a-91dd-a066c35e6fe0",
            "gambit_id": "dfb95895-e5d3-4198-8677-8d7966456c27",
            "last_updated": "2023-08-18T10:13:03.853815-04:00",
            "created_at": "2023-08-16T10:23:24.397598-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c568d0d-fed3-42b3-9f0c-5d8c2163f9b0/?format=api"
        },
        {
            "id": "a627688c-fd37-471f-a66d-69e0193efc15",
            "gambit_id": "c6b0e272-8c40-44bf-8c3c-5ed6d3a4b027",
            "last_updated": "2023-08-18T10:13:03.848054-04:00",
            "created_at": "2023-08-16T10:23:24.392039-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c568d0d-fed3-42b3-9f0c-5d8c2163f9b0/?format=api"
        }
    ]
}