GET /api/bet_types/d38c6234-d077-4c71-a3ed-881f624d6bee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d38c6234-d077-4c71-a3ed-881f624d6bee",
    "match": "https://api-prod.gambitprofit.com/api/matches/69181129-2120-4fc3-b914-d8f80522016b/?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 Under 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "11f788ba-09a3-44f0-87ce-dafeb2b3d2d5",
            "gambit_id": "00378374-87cf-4808-9acb-4643f4d10daf",
            "last_updated": "2022-10-18T09:12:07.777403-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d38c6234-d077-4c71-a3ed-881f624d6bee/?format=api"
        },
        {
            "id": "218ae76f-6514-42a1-b602-a574cbf6dbae",
            "gambit_id": "c3ba6838-725a-4bd9-be4d-5a40ede66ca6",
            "last_updated": "2022-10-18T09:12:07.778394-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d38c6234-d077-4c71-a3ed-881f624d6bee/?format=api"
        }
    ]
}