GET /api/bet_types/140a91f1-6621-476a-81f5-80f377ea1eeb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "140a91f1-6621-476a-81f5-80f377ea1eeb",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ab2b33c-0578-4cb2-bf2f-50c7fd983f12/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-16T09:03:05.835539-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 Under 7",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e10b4c9d-b6ae-46d6-bf4d-74352a9191c8",
            "gambit_id": "aeaedf53-952d-4ca9-a31a-a37abf8beb40",
            "last_updated": "2024-01-19T11:48:29.251223-05:00",
            "created_at": "2024-01-16T09:03:05.858735-05:00",
            "name": "Game Total Under 7",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/140a91f1-6621-476a-81f5-80f377ea1eeb/?format=api"
        },
        {
            "id": "287d74dd-c5da-4bc8-9335-b289e6292042",
            "gambit_id": "c90e5341-f52a-44d4-94d2-4c478ff70d72",
            "last_updated": "2024-01-19T11:48:29.247870-05:00",
            "created_at": "2024-01-16T09:03:05.848385-05:00",
            "name": "Game Total Over 7",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/140a91f1-6621-476a-81f5-80f377ea1eeb/?format=api"
        }
    ]
}