GET /api/bet_types/73a9ff55-2000-45c0-815a-0024c2738bf1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73a9ff55-2000-45c0-815a-0024c2738bf1",
    "match": "https://api-prod.gambitprofit.com/api/matches/22e63d3f-57e3-466b-b834-6545257d5ee1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-31T10:08:02.730111-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": 5213.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2846a47d-d42d-48a4-8dde-3bf4c3af0ed1",
            "gambit_id": "0b0fee85-02ad-4904-94ea-fcce3c58c634",
            "last_updated": "2024-01-02T10:28:11.670454-05:00",
            "created_at": "2023-12-31T10:08:02.740395-05:00",
            "name": "Game Total Under 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73a9ff55-2000-45c0-815a-0024c2738bf1/?format=api"
        },
        {
            "id": "8c06fd08-6709-4f8c-bc7b-d715f4b282a5",
            "gambit_id": "afee93ce-147a-45e2-b3c5-1aaff0fff8c7",
            "last_updated": "2024-01-02T10:28:11.663891-05:00",
            "created_at": "2023-12-31T10:08:02.735487-05:00",
            "name": "Game Total Over 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73a9ff55-2000-45c0-815a-0024c2738bf1/?format=api"
        }
    ]
}