GET /api/bet_types/4ebefdf6-8eb6-4b5f-8d9f-23e5e811957f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ebefdf6-8eb6-4b5f-8d9f-23e5e811957f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1fb3e76-063b-4ea0-9c4d-c1e885150f18/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-06T09:18:07.095281-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 37.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 37.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b3b20e8-7cb9-4042-990d-e632fd558db1",
            "gambit_id": "04dac741-0ce1-4e3c-afaf-02af8a0c448c",
            "last_updated": "2023-12-11T19:43:21.368544-05:00",
            "created_at": "2023-12-06T09:18:07.109327-05:00",
            "name": "Game Total Under 37.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ebefdf6-8eb6-4b5f-8d9f-23e5e811957f/?format=api"
        },
        {
            "id": "0eff3f5a-0c77-4091-a4e8-e43d0b89e181",
            "gambit_id": "c9005796-4b25-4bd1-a9d6-a47cadb660d3",
            "last_updated": "2023-12-11T19:43:21.365153-05:00",
            "created_at": "2023-12-06T09:18:07.104944-05:00",
            "name": "Game Total Over 37.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ebefdf6-8eb6-4b5f-8d9f-23e5e811957f/?format=api"
        }
    ]
}