GET /api/bet_types/c3f459de-1a1f-49d6-a91b-db6177bbe0a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3f459de-1a1f-49d6-a91b-db6177bbe0a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ca797c6-a961-463d-8047-ce44870db622/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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.5",
                "amount": 5096.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "a9f1ed54-c726-4b6d-b1f8-7534f8dbdef4",
            "gambit_id": "000b3070-a771-4c53-8c6f-300cc3b00810",
            "last_updated": "2022-09-05T13:37:10.273931-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3f459de-1a1f-49d6-a91b-db6177bbe0a1/?format=api"
        },
        {
            "id": "904a72fd-81ce-4cb8-839d-a9f2091e417f",
            "gambit_id": "2b5240f6-013e-45a5-b4a8-f78c230755c4",
            "last_updated": "2022-09-05T13:37:10.274988-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3f459de-1a1f-49d6-a91b-db6177bbe0a1/?format=api"
        }
    ]
}