GET /api/bet_types/75921a03-33b5-4933-8d32-deddd687b82d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75921a03-33b5-4933-8d32-deddd687b82d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca49d600-3141-4c4e-b54c-ad1977f30445/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-03T08:02:18.059874-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": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c13a407-895c-4392-aff5-af73fc94c934",
            "gambit_id": "e84021b6-b5d6-46d2-a143-4f99726507b5",
            "last_updated": "2023-03-04T16:27:20.720217-05:00",
            "created_at": "2023-03-03T08:02:18.061173-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75921a03-33b5-4933-8d32-deddd687b82d/?format=api"
        },
        {
            "id": "007a80b9-d2b4-4700-b739-1192fdb2d6d8",
            "gambit_id": "2553ba9b-1fc7-4616-9500-df974b92831b",
            "last_updated": "2023-03-04T16:27:20.721556-05:00",
            "created_at": "2023-03-03T08:02:18.062472-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75921a03-33b5-4933-8d32-deddd687b82d/?format=api"
        }
    ]
}