GET /api/bet_types/f662b6bc-44ac-4488-b2c7-f580a1df075b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f662b6bc-44ac-4488-b2c7-f580a1df075b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e6157bc-5d78-4e40-88e6-252ea7ce526a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:18.436501-04: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 2.5",
                "amount": 5389.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9268.11,
        "profit_sb": -231.89,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec8ba6b3-d0b8-4ea9-9f6d-e55418d6952c",
            "gambit_id": "9f70bd84-52ac-4c2d-bb01-5de95ed37808",
            "last_updated": "2023-04-18T12:12:04.736253-04:00",
            "created_at": "2023-04-14T12:02:18.439222-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f662b6bc-44ac-4488-b2c7-f580a1df075b/?format=api"
        },
        {
            "id": "07256785-feed-4f69-bd83-4ff3ac63022f",
            "gambit_id": "de5f4041-4714-4dc1-aee6-fdfcf185b070",
            "last_updated": "2023-04-18T12:12:04.737704-04:00",
            "created_at": "2023-04-14T12:02:18.437812-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f662b6bc-44ac-4488-b2c7-f580a1df075b/?format=api"
        }
    ]
}