GET /api/bet_types/ec5ccb1a-a567-4081-b308-440aab255f02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec5ccb1a-a567-4081-b308-440aab255f02",
    "match": "https://api-prod.gambitprofit.com/api/matches/6db6d51e-3a50-489f-a0df-819f8de0c371/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-29T09:12:55.965685-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 6.5",
                "amount": 5515.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b61c544-5ff9-40ab-a3ec-6440aeedfe95",
            "gambit_id": "fbfcf063-e915-4ec5-9341-24a9b8b6a4ab",
            "last_updated": "2023-10-30T21:58:18.160787-04:00",
            "created_at": "2023-10-29T09:12:55.970824-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec5ccb1a-a567-4081-b308-440aab255f02/?format=api"
        },
        {
            "id": "236baf27-9350-423d-8ebe-eb24495c916e",
            "gambit_id": "195314c2-295f-46dc-aa52-e8ce599df1d2",
            "last_updated": "2023-10-30T21:58:18.163936-04:00",
            "created_at": "2023-10-29T09:12:55.976963-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec5ccb1a-a567-4081-b308-440aab255f02/?format=api"
        }
    ]
}