GET /api/bet_types/106bf716-d36d-4b53-befd-eb54a85698cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "106bf716-d36d-4b53-befd-eb54a85698cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4bac3d0-b2ef-42e0-8274-cbaf056f04ed/?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 6",
                "amount": 5097.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "a3fcc33e-7340-4143-bf02-2c92f2ac6c03",
            "gambit_id": "eec0984f-a85a-4043-9fa5-c8483d1f9fe7",
            "last_updated": "2022-11-04T09:22:46.447395-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/106bf716-d36d-4b53-befd-eb54a85698cb/?format=api"
        },
        {
            "id": "ae0c98aa-aec5-472c-9871-50f2d5233c89",
            "gambit_id": "8aadd6cc-a5f0-40ff-a088-d58e3970fe93",
            "last_updated": "2022-11-04T09:22:46.448515-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/106bf716-d36d-4b53-befd-eb54a85698cb/?format=api"
        }
    ]
}