GET /api/bet_types/bd4d0e61-97f4-46d1-b35e-1dc98f793e89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd4d0e61-97f4-46d1-b35e-1dc98f793e89",
    "match": "https://api-prod.gambitprofit.com/api/matches/c08507e5-23b1-4868-8ece-e8d657ff3548/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-29T11:47:13.423953-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c089aedc-8262-4a84-87cd-c763b26a60c5",
            "gambit_id": "e27b4d65-f323-4a4b-a027-f36ec73b4da1",
            "last_updated": "2023-05-30T10:47:19.668746-04:00",
            "created_at": "2023-05-29T11:47:13.425592-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4d0e61-97f4-46d1-b35e-1dc98f793e89/?format=api"
        },
        {
            "id": "5036c24e-c003-4d81-83d2-a6567886bd0b",
            "gambit_id": "d199cca0-e27d-40c2-ad98-72426dfaf515",
            "last_updated": "2023-05-30T10:47:19.670945-04:00",
            "created_at": "2023-05-29T11:47:13.427272-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4d0e61-97f4-46d1-b35e-1dc98f793e89/?format=api"
        }
    ]
}