GET /api/bet_types/460bd1f9-5543-49da-83f1-73314f76b769/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "460bd1f9-5543-49da-83f1-73314f76b769",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ebc3f24-d5af-4446-aab1-aecbc1beb96b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-27T09:18:09.334947-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8882bc72-b384-4ee9-91c9-76aa036fba5a",
            "gambit_id": "108b558c-d175-46ee-9a4b-5a717d971b3e",
            "last_updated": "2023-11-28T21:43:01.953794-05:00",
            "created_at": "2023-11-27T09:18:09.344079-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/460bd1f9-5543-49da-83f1-73314f76b769/?format=api"
        },
        {
            "id": "238d7d2c-de1f-47bd-9311-176f521c301e",
            "gambit_id": "c1fada7f-fa90-414c-8ca5-c8c8d6732453",
            "last_updated": "2023-11-28T21:43:01.950349-05:00",
            "created_at": "2023-11-27T09:18:09.338680-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/460bd1f9-5543-49da-83f1-73314f76b769/?format=api"
        }
    ]
}