GET /api/bet_types/290cfd3e-8d00-4424-83a6-e0c2cbb2730b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "290cfd3e-8d00-4424-83a6-e0c2cbb2730b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4796b223-a5eb-4a3c-bae7-241b57586508/?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 8.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "44ae4fa9-4d59-4313-89d9-e8fa856c4a14",
            "gambit_id": "33c3a46b-9f9c-4a4f-9a49-8e061a3983c9",
            "last_updated": "2022-09-25T21:46:54.582761-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/290cfd3e-8d00-4424-83a6-e0c2cbb2730b/?format=api"
        },
        {
            "id": "15f77f1c-fae0-4e5d-ab5c-b6b7c3c8a243",
            "gambit_id": "92ad4b55-71f2-4645-b2e8-9d45345f65e4",
            "last_updated": "2022-09-25T21:46:54.581733-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/290cfd3e-8d00-4424-83a6-e0c2cbb2730b/?format=api"
        }
    ]
}