GET /api/bet_types/777e24c8-8395-4dce-a8c1-e6d031b88c70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "777e24c8-8395-4dce-a8c1-e6d031b88c70",
    "match": "https://api-prod.gambitprofit.com/api/matches/80685107-3bc0-44db-b015-c267e4589b0d/?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 6",
                "amount": 5304.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "67d6f6dc-b32e-4d18-b7ac-7cb708c4b045",
            "gambit_id": "b254213c-0b0d-49f5-ad38-dcbbe797da2e",
            "last_updated": "2022-11-28T11:21:54.635606-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/777e24c8-8395-4dce-a8c1-e6d031b88c70/?format=api"
        },
        {
            "id": "b2d9956c-ebae-4905-933b-263d374418f2",
            "gambit_id": "7701cf98-54b7-4147-ba7b-421fcc7ee2b7",
            "last_updated": "2022-11-28T11:21:54.634496-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/777e24c8-8395-4dce-a8c1-e6d031b88c70/?format=api"
        }
    ]
}