GET /api/bet_types/1fa5ada5-7a7d-4849-bcee-d9c0cea2955a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fa5ada5-7a7d-4849-bcee-d9c0cea2955a",
    "match": "https://api-prod.gambitprofit.com/api/matches/83385489-693b-4a1e-87f8-a0b98ce93d5d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-14T09:13:06.374391-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 226",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 226",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "601d17e8-d5b2-4835-a09e-9e6d572c2386",
            "gambit_id": "0b9d192c-1c91-432c-9bf5-d14102a0cb07",
            "last_updated": "2023-11-15T22:43:00.775714-05:00",
            "created_at": "2023-11-14T09:13:06.377976-05:00",
            "name": "Game Total Over 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa5ada5-7a7d-4849-bcee-d9c0cea2955a/?format=api"
        },
        {
            "id": "7c626496-473c-4a8b-a52e-cfa46836c7d8",
            "gambit_id": "a878e0a9-ef20-4a92-87ac-67a75268ed8d",
            "last_updated": "2023-11-15T22:43:00.780899-05:00",
            "created_at": "2023-11-14T09:13:06.382075-05:00",
            "name": "Game Total Under 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa5ada5-7a7d-4849-bcee-d9c0cea2955a/?format=api"
        }
    ]
}