GET /api/bet_types/4c37982f-3821-4b6f-a8ed-f058b856e996/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c37982f-3821-4b6f-a8ed-f058b856e996",
    "match": "https://api-prod.gambitprofit.com/api/matches/4586a345-9676-4b60-993f-594561ef77b7/?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 2.5",
                "amount": 6011.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3989.0
            }
        ],
        "expected_reward_tokens": 9015.14,
        "profit_sb": 15.14,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "6bf22842-34c2-43d6-9cc6-8838a63d7432",
            "gambit_id": "8da4b5cc-bd25-40c0-9a8e-6b76a42a2c71",
            "last_updated": "2022-09-08T10:56:56.037768-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.50000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c37982f-3821-4b6f-a8ed-f058b856e996/?format=api"
        },
        {
            "id": "89ef3f59-9d18-42ae-8b6e-43eaa8bc2ab2",
            "gambit_id": "3765ff89-d79c-4338-9507-9a7863f784f7",
            "last_updated": "2022-09-08T10:56:56.036580-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.26000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c37982f-3821-4b6f-a8ed-f058b856e996/?format=api"
        }
    ]
}