GET /api/bet_types/e82380a4-7e9b-4bc5-b26b-6055becd7980/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e82380a4-7e9b-4bc5-b26b-6055becd7980",
    "match": "https://api-prod.gambitprofit.com/api/matches/113cd2e4-481d-46f5-9a94-5784c417b6f5/?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 Over 8.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ae8d001-9bbe-4e7a-9ec3-4645c3d3591a",
            "gambit_id": "1c4959ca-4c19-49a2-acdb-6d476a5ef667",
            "last_updated": "2022-10-06T10:02:08.832914-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e82380a4-7e9b-4bc5-b26b-6055becd7980/?format=api"
        },
        {
            "id": "a2270dc3-fe43-45a7-bd00-0fbbd681e17f",
            "gambit_id": "b3e88125-be74-43a8-970a-8789406afb50",
            "last_updated": "2022-10-06T10:02:08.831755-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e82380a4-7e9b-4bc5-b26b-6055becd7980/?format=api"
        }
    ]
}