GET /api/bet_types/c3f1b61f-38c1-4e22-931f-98bce6d010d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3f1b61f-38c1-4e22-931f-98bce6d010d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a6e2d6a-c998-4213-83d4-7f2c048f56b7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-02T08:28:11.755503-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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b1c3b2a4-4dc2-4778-8768-1eb7ea359c6b",
            "gambit_id": "48e9ce06-0dad-4fa6-86bc-75ed81044c45",
            "last_updated": "2023-12-04T15:28:29.591506-05:00",
            "created_at": "2023-12-02T08:28:11.759391-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3f1b61f-38c1-4e22-931f-98bce6d010d3/?format=api"
        },
        {
            "id": "acc543cb-0adf-423d-b50d-c8c8a907706d",
            "gambit_id": "e19028ee-c66f-44c5-8c16-b1895dee4d06",
            "last_updated": "2023-12-04T15:28:29.595501-05:00",
            "created_at": "2023-12-02T08:28:11.763589-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3f1b61f-38c1-4e22-931f-98bce6d010d3/?format=api"
        }
    ]
}