GET /api/bet_types/7d39a6d4-0447-4be1-b124-a53ccd24aa9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d39a6d4-0447-4be1-b124-a53ccd24aa9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cf33b9d-4f79-41dd-b461-2a8aca1b9f0a/?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 Under 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e886a7ad-dca1-4541-9937-cf54bdb6b7d6",
            "gambit_id": "6a6c0152-f95c-45d8-90ac-0ebfd7654a8e",
            "last_updated": "2022-11-18T09:57:54.774703-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d39a6d4-0447-4be1-b124-a53ccd24aa9a/?format=api"
        },
        {
            "id": "6db17a31-f07b-46db-9759-534544e0c6cb",
            "gambit_id": "f90896b2-5b66-4324-bc5b-8f910cca23bf",
            "last_updated": "2022-11-18T09:57:54.775703-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d39a6d4-0447-4be1-b124-a53ccd24aa9a/?format=api"
        }
    ]
}