GET /api/bet_types/406f9c35-808f-4c9b-9ec5-704c7025540e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "406f9c35-808f-4c9b-9ec5-704c7025540e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e5fc5a6-e234-4425-84b8-0727f23ca618/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-31T09:02:01.414101-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 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "5dc365db-6f78-48e0-a9cd-24bba1182345",
            "gambit_id": "a95b59f2-caf7-427c-bbeb-b077df8226e4",
            "last_updated": "2023-02-01T09:41:56.144720-05:00",
            "created_at": "2023-01-31T09:02:01.415423-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/406f9c35-808f-4c9b-9ec5-704c7025540e/?format=api"
        },
        {
            "id": "e5c47de9-d75e-4e13-ad68-3653c08e3b6a",
            "gambit_id": "1ddf46b6-e7c0-41ca-81ce-603b7196dcb8",
            "last_updated": "2023-02-01T09:41:56.145976-05:00",
            "created_at": "2023-01-31T09:02:01.416755-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/406f9c35-808f-4c9b-9ec5-704c7025540e/?format=api"
        }
    ]
}