GET /api/bet_types/5750e862-ffdf-4811-97a1-f1c13f47656e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5750e862-ffdf-4811-97a1-f1c13f47656e",
    "match": "https://api-prod.gambitprofit.com/api/matches/064dc38b-0819-424c-b716-19713dbae751/?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 Over 2.5",
                "amount": 6011.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3989.0
            }
        ],
        "expected_reward_tokens": 8895.47,
        "profit_sb": -604.53,
        "profit_sb_percentage": -6.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4ac00c0-8fc1-45d2-899b-1b760dc09a6d",
            "gambit_id": "f1fd4508-00eb-4f6e-9001-6e385fb4a244",
            "last_updated": "2022-10-03T18:51:51.284099-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.48000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5750e862-ffdf-4811-97a1-f1c13f47656e/?format=api"
        },
        {
            "id": "5d823d33-4fa4-47d7-8258-414068a46f21",
            "gambit_id": "722b3f84-8c8f-4812-9c62-96a1d5a68d4e",
            "last_updated": "2022-10-03T18:51:51.282829-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5750e862-ffdf-4811-97a1-f1c13f47656e/?format=api"
        }
    ]
}