GET /api/bet_types/afac9a75-0503-43ef-adcb-e9c8115d7536/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afac9a75-0503-43ef-adcb-e9c8115d7536",
    "match": "https://api-prod.gambitprofit.com/api/matches/e42783d6-58d9-43f7-b01f-c6e23e33100c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-22T13:07:00.993376-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 5.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ce0da9d-1a98-4d9e-a086-81bddaf1ee03",
            "gambit_id": "311b36a6-13dd-441d-b335-e344cde26ba5",
            "last_updated": "2023-04-23T18:37:11.828851-04:00",
            "created_at": "2023-04-22T13:07:00.997345-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afac9a75-0503-43ef-adcb-e9c8115d7536/?format=api"
        },
        {
            "id": "43d02cac-5b32-4ecb-bdfe-36e609b6e51d",
            "gambit_id": "e9c67198-7ea3-471b-a563-8879d537d40a",
            "last_updated": "2023-04-23T18:37:11.827472-04:00",
            "created_at": "2023-04-22T13:07:00.995568-04:00",
            "name": "Game Total Under 5.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afac9a75-0503-43ef-adcb-e9c8115d7536/?format=api"
        }
    ]
}