GET /api/bet_types/240ad33d-c070-4d53-bf4b-1356f8c3bddc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "240ad33d-c070-4d53-bf4b-1356f8c3bddc",
    "match": "https://api-prod.gambitprofit.com/api/matches/8461fc4a-e32a-478b-88ad-93c13155f115/?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 54",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 54",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2028021a-1d02-4c16-894f-e7a441d2696a",
            "gambit_id": "be6003d8-d479-43ff-ab42-e361ee705f3b",
            "last_updated": "2022-10-11T11:17:03.619303-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 54",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "54.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/240ad33d-c070-4d53-bf4b-1356f8c3bddc/?format=api"
        },
        {
            "id": "3dcb1a9e-faa4-435e-8feb-86ca4aed4ca8",
            "gambit_id": "a774051b-9069-4f3f-b351-fc86dac09da2",
            "last_updated": "2022-10-11T11:17:03.618314-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 54",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "54.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/240ad33d-c070-4d53-bf4b-1356f8c3bddc/?format=api"
        }
    ]
}