GET /api/bet_types/751de23d-4d1d-487c-99ca-05f2fd0d3589/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "751de23d-4d1d-487c-99ca-05f2fd0d3589",
    "match": "https://api-prod.gambitprofit.com/api/matches/a629b67b-23d9-4fe4-9625-b8c34760e16e/?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": "Total Rounds Over 2.5",
                "amount": 6156.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3844.0
            }
        ],
        "expected_reward_tokens": 9110.28,
        "profit_sb": 110.28,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "d30f5715-6435-4a04-99be-88e08085a0d0",
            "gambit_id": "19914d7c-9446-4ed4-af63-23e43a36cd95",
            "last_updated": "2022-08-15T11:17:19.547764-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.48000",
            "odds": "1.52630",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/751de23d-4d1d-487c-99ca-05f2fd0d3589/?format=api"
        },
        {
            "id": "9d75e9bd-d1e1-4a31-a8ab-35359225a3ca",
            "gambit_id": "629a9caa-b31d-494b-8fa2-76df1cf7eee0",
            "last_updated": "2022-08-15T11:17:19.547266-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.37000",
            "odds": "2.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/751de23d-4d1d-487c-99ca-05f2fd0d3589/?format=api"
        }
    ]
}