GET /api/bet_types/7c820209-e169-4610-b082-11ca7288b865/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c820209-e169-4610-b082-11ca7288b865",
    "match": "https://api-prod.gambitprofit.com/api/matches/15423003-b9eb-4f6e-822e-e7b3d91615b6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-06T10:57:11.475732-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 Under 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "41fd17fc-4744-467a-89d5-2847c410a98e",
            "gambit_id": "6e8fe4c3-083d-431e-b6fc-209cb36e2043",
            "last_updated": "2023-06-07T11:23:21.183979-04:00",
            "created_at": "2023-06-06T10:57:11.477078-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c820209-e169-4610-b082-11ca7288b865/?format=api"
        },
        {
            "id": "51f74fc6-19c9-4791-bd06-fdc7febcb7ae",
            "gambit_id": "ac02d334-54fe-44b6-839a-259351e4e00a",
            "last_updated": "2023-06-07T11:23:21.186267-04:00",
            "created_at": "2023-06-06T10:57:11.478421-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c820209-e169-4610-b082-11ca7288b865/?format=api"
        }
    ]
}