GET /api/bet_types/ec48aa6e-e859-4cb2-b417-35c409eb2d21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec48aa6e-e859-4cb2-b417-35c409eb2d21",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb55f21a-4774-4c31-866a-b611e97d8d51/?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 58",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 58",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "ecaafbf0-552a-463c-84b8-c6625ad96fdc",
            "gambit_id": "f54dbcd0-d02d-44fb-bbca-94a7b8df9c7a",
            "last_updated": "2022-09-11T09:57:38.598087-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 58",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "58.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec48aa6e-e859-4cb2-b417-35c409eb2d21/?format=api"
        },
        {
            "id": "beff11cc-893d-41b4-a168-37c9659629f4",
            "gambit_id": "f87ce094-31a7-4b08-a5df-777f78a3e5ae",
            "last_updated": "2022-09-11T09:57:38.596865-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 58",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "58.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec48aa6e-e859-4cb2-b417-35c409eb2d21/?format=api"
        }
    ]
}