GET /api/bet_types/df554bda-470f-4426-87b5-9d7ac1a07bda/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df554bda-470f-4426-87b5-9d7ac1a07bda",
    "match": "https://api-prod.gambitprofit.com/api/matches/3987830a-106d-4ab4-b8e6-4e81ab451a34/?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": "Total Rounds Over 2.5",
                "amount": 5376.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4624.0
            }
        ],
        "expected_reward_tokens": 8924.16,
        "profit_sb": -575.84,
        "profit_sb_percentage": -6.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "c96b163d-f0f3-4df7-9e80-45294e0ae262",
            "gambit_id": "0f0e428d-ea0d-4628-bf80-92125a7b29ad",
            "last_updated": "2022-10-03T15:46:55.791659-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df554bda-470f-4426-87b5-9d7ac1a07bda/?format=api"
        },
        {
            "id": "7ab68da3-5caf-47ec-a15c-59e04d373d11",
            "gambit_id": "2279177b-3ce3-4111-b0be-58fd07243101",
            "last_updated": "2022-10-03T15:46:55.790586-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.93000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df554bda-470f-4426-87b5-9d7ac1a07bda/?format=api"
        }
    ]
}