GET /api/bet_types/8c948fda-0ee3-465f-b88e-eeeac2995126/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c948fda-0ee3-465f-b88e-eeeac2995126",
    "match": "https://api-prod.gambitprofit.com/api/matches/2199ac3f-7e53-4b6e-93d3-86f0c96ae9af/?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": "13f53891-7dad-458b-adaa-858e1d1702a1",
            "gambit_id": "7debdc58-dbe5-4bac-b91c-b2bcaddb4b48",
            "last_updated": "2022-09-05T10:52:17.472251-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/8c948fda-0ee3-465f-b88e-eeeac2995126/?format=api"
        },
        {
            "id": "bfacd3d9-139d-40d5-8ec7-0809beb9cf75",
            "gambit_id": "69063282-5c3b-49e3-8ef8-043308794872",
            "last_updated": "2022-09-05T10:52:17.471224-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/8c948fda-0ee3-465f-b88e-eeeac2995126/?format=api"
        }
    ]
}