GET /api/bet_types/4cf0d700-5229-49ce-879f-ac04f04130c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4cf0d700-5229-49ce-879f-ac04f04130c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f0a8736-ba9f-4ced-8f0e-ffbd132bcefc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-07T10:17:24.567620-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 Over 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "31781a62-8d46-4df0-89ee-f2980d33c04d",
            "gambit_id": "8236c835-366e-4dec-9f18-5a1f381e11b3",
            "last_updated": "2023-04-08T15:42:27.531556-04:00",
            "created_at": "2023-04-07T10:17:24.572355-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cf0d700-5229-49ce-879f-ac04f04130c0/?format=api"
        },
        {
            "id": "3718fbd6-c163-4ffa-be40-a1ad2a8f15d3",
            "gambit_id": "82ac9903-fc32-4f73-932d-90af69eac2df",
            "last_updated": "2023-04-08T15:42:27.528434-04:00",
            "created_at": "2023-04-07T10:17:24.569771-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cf0d700-5229-49ce-879f-ac04f04130c0/?format=api"
        }
    ]
}