GET /api/bet_types/6799991b-1fa8-456c-8fe4-99d88554245f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6799991b-1fa8-456c-8fe4-99d88554245f",
    "match": "https://api-prod.gambitprofit.com/api/matches/76a78736-777d-4861-aa8e-ecf4fdb4b69a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-13T10:18:24.763303-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e7cd24f-8319-4d60-bfaa-c9b8daaae37a",
            "gambit_id": "ebcfa6d4-55be-40b3-979f-abcd3f8bcdc9",
            "last_updated": "2023-08-14T18:43:06.763609-04:00",
            "created_at": "2023-08-13T10:18:24.767413-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6799991b-1fa8-456c-8fe4-99d88554245f/?format=api"
        },
        {
            "id": "c5b75b3b-8bc5-4462-8450-fbe15ada6fac",
            "gambit_id": "c5748bb4-2947-4cf4-8e30-395889e473b9",
            "last_updated": "2023-08-14T18:43:06.766797-04:00",
            "created_at": "2023-08-13T10:18:24.771679-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6799991b-1fa8-456c-8fe4-99d88554245f/?format=api"
        }
    ]
}