GET /api/bet_types/b193b0f0-86d3-44c4-b058-db6d515b5ee0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b193b0f0-86d3-44c4-b058-db6d515b5ee0",
    "match": "https://api-prod.gambitprofit.com/api/matches/acf24a8e-870c-451d-8d1d-fc28bc19ba30/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-23T11:48:00.137366-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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5bcf69f-29e4-4b8e-808a-1c35b7c3394a",
            "gambit_id": "e7d4df0f-b642-4de4-be60-efd1489e2158",
            "last_updated": "2023-07-24T13:23:14.830962-04:00",
            "created_at": "2023-07-23T11:48:00.141426-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b193b0f0-86d3-44c4-b058-db6d515b5ee0/?format=api"
        },
        {
            "id": "fb62cd10-4638-4b21-aab2-b013ef0ff850",
            "gambit_id": "07d2eafb-729f-4e23-b454-e0c012e3b1d5",
            "last_updated": "2023-07-24T13:23:14.834230-04:00",
            "created_at": "2023-07-23T11:48:00.145655-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b193b0f0-86d3-44c4-b058-db6d515b5ee0/?format=api"
        }
    ]
}