GET /api/bet_types/310f1a02-dad2-4132-96b0-f2d89896619d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "310f1a02-dad2-4132-96b0-f2d89896619d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fc8d181-c722-4575-b5cf-784b722ac160/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-06T09:08:08.075969-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7261378-1241-418a-a439-7dd89d80546e",
            "gambit_id": "e1b39aeb-511a-4cb1-9be9-909b62e71bd6",
            "last_updated": "2024-02-07T01:53:01.364679-05:00",
            "created_at": "2024-02-06T09:08:08.091377-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/310f1a02-dad2-4132-96b0-f2d89896619d/?format=api"
        },
        {
            "id": "d0cd1406-8695-4e0a-a340-4598e0f24da2",
            "gambit_id": "a6fc90e9-2f4e-4c2d-955c-12934e59499d",
            "last_updated": "2024-02-07T01:53:01.361078-05:00",
            "created_at": "2024-02-06T09:08:08.083253-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/310f1a02-dad2-4132-96b0-f2d89896619d/?format=api"
        }
    ]
}