GET /api/bet_types/2c9ce3fa-937c-43ab-9e2b-b796191c8eaa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c9ce3fa-937c-43ab-9e2b-b796191c8eaa",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbb6a18b-c02f-4246-992c-84e46ff0bad0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-30T10:43:14.039835-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",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "f04d42fa-6aba-422e-bc61-94e28164d594",
            "gambit_id": "664816c8-8fa8-4817-8c37-88756aad77b0",
            "last_updated": "2024-01-01T19:43:18.584481-05:00",
            "created_at": "2023-12-30T10:43:14.044366-05:00",
            "name": "Game Total Over 6",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c9ce3fa-937c-43ab-9e2b-b796191c8eaa/?format=api"
        },
        {
            "id": "202bf441-babf-4556-b4a7-b476830f8bc2",
            "gambit_id": "382ceed8-5ba9-47a3-8f92-7e17b52f7692",
            "last_updated": "2024-01-01T19:43:18.588009-05:00",
            "created_at": "2023-12-30T10:43:14.048770-05:00",
            "name": "Game Total Under 6",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c9ce3fa-937c-43ab-9e2b-b796191c8eaa/?format=api"
        }
    ]
}