GET /api/bet_types/4cda90a4-7c67-4c82-99ea-a378f32d489e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4cda90a4-7c67-4c82-99ea-a378f32d489e",
    "match": "https://api-prod.gambitprofit.com/api/matches/59d8e2c1-abc0-4ac2-8dac-6efd1e8801c4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-06T08:43:16.956797-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e2fb1be9-b9ac-4898-b14e-c71f51e134b5",
            "gambit_id": "68b1b419-a9f5-47b5-bd2d-af54888d9ea8",
            "last_updated": "2023-07-07T16:57:58.192448-04:00",
            "created_at": "2023-07-06T08:43:16.958569-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cda90a4-7c67-4c82-99ea-a378f32d489e/?format=api"
        },
        {
            "id": "6672453f-150a-43e9-904d-bbe07e84cabb",
            "gambit_id": "c75419a7-87f7-4b54-b4fb-544cae2b105e",
            "last_updated": "2023-07-07T16:57:58.194840-04:00",
            "created_at": "2023-07-06T08:43:16.960503-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cda90a4-7c67-4c82-99ea-a378f32d489e/?format=api"
        }
    ]
}