GET /api/bet_types/79b16838-61ce-47b3-bc30-8a84672a1a7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79b16838-61ce-47b3-bc30-8a84672a1a7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c9312b8-6ca1-457c-961c-2fae9e1e36ea/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T12:47:10.521970-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 48.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 48.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ac4dc38-89ed-4ad5-9930-c0a8a868b69d",
            "gambit_id": "e9727a78-2030-4df7-a792-35e1905e1fb7",
            "last_updated": "2022-12-25T18:12:07.142006-05:00",
            "created_at": "2022-12-23T12:47:10.528150-05:00",
            "name": "Game Total Over 48.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79b16838-61ce-47b3-bc30-8a84672a1a7d/?format=api"
        },
        {
            "id": "9d080beb-2e02-4db3-a925-cf725877b917",
            "gambit_id": "c16d3a62-da72-4841-8f25-be0b8f6291a0",
            "last_updated": "2022-12-25T18:12:07.140851-05:00",
            "created_at": "2022-12-23T12:47:10.525044-05:00",
            "name": "Game Total Under 48.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79b16838-61ce-47b3-bc30-8a84672a1a7d/?format=api"
        }
    ]
}