GET /api/bet_types/99eb00fa-4bda-4f7d-98d0-a1b968f47c8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99eb00fa-4bda-4f7d-98d0-a1b968f47c8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f155433-2f0a-49b8-be68-7c679f80068e/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-28T09:32:07.220112-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 6",
                "amount": 5196.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "f2ad59de-4609-4e5f-a99f-7ce87bef17ff",
            "gambit_id": "ef0372cb-2d54-4055-a77c-5ddb466f7dc2",
            "last_updated": "2022-12-30T18:57:02.354854-05:00",
            "created_at": "2022-12-28T09:32:07.222684-05:00",
            "name": "Game Total Over 6",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99eb00fa-4bda-4f7d-98d0-a1b968f47c8a/?format=api"
        },
        {
            "id": "17ee8528-a334-4d79-9d03-a97234670be9",
            "gambit_id": "92e3e17d-72c3-43f9-8a70-9e792f52516f",
            "last_updated": "2022-12-30T18:57:02.353748-05:00",
            "created_at": "2022-12-28T09:32:07.221379-05:00",
            "name": "Game Total Under 6",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99eb00fa-4bda-4f7d-98d0-a1b968f47c8a/?format=api"
        }
    ]
}