GET /api/bet_types/6744c9b0-9489-4180-b7c3-a496aec2868b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6744c9b0-9489-4180-b7c3-a496aec2868b",
    "match": "https://api-prod.gambitprofit.com/api/matches/b05dd064-46fd-4b60-a2b3-03ebbccf1126/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T09:43:10.859668-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 42.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a15743e-9f50-45e4-ab1b-cd8271efd90b",
            "gambit_id": "2cd2f412-2ecc-4247-a9c6-e65498d36f39",
            "last_updated": "2024-01-02T10:33:08.334335-05:00",
            "created_at": "2023-12-27T09:43:10.863476-05:00",
            "name": "Game Total Over 42.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6744c9b0-9489-4180-b7c3-a496aec2868b/?format=api"
        },
        {
            "id": "1d609e70-1cea-49bf-97be-d8fce9e329a9",
            "gambit_id": "53c47733-d7fa-4a07-839d-606bdad9284f",
            "last_updated": "2024-01-02T10:33:08.338646-05:00",
            "created_at": "2023-12-27T09:43:10.867513-05:00",
            "name": "Game Total Under 42.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6744c9b0-9489-4180-b7c3-a496aec2868b/?format=api"
        }
    ]
}