GET /api/bet_types/f6380733-f379-4993-9d7f-ef3d2c7f665d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6380733-f379-4993-9d7f-ef3d2c7f665d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc559956-8918-4175-a5a3-61fcd1340e41/?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 5.5",
                "amount": 5306.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4694.0
            }
        ],
        "expected_reward_tokens": 8965.54,
        "profit_sb": -34.46,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c98f0c4-81fb-4157-bb17-cfee079b5ce4",
            "gambit_id": "9029ae56-a9ed-4255-8453-ad36aadd5833",
            "last_updated": "2022-12-22T20:42:22.106387-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6380733-f379-4993-9d7f-ef3d2c7f665d/?format=api"
        },
        {
            "id": "d20a828f-01f4-49c3-93af-0a8383f096a8",
            "gambit_id": "fa4717b7-cefe-49bc-97c5-22c9ae9a26f4",
            "last_updated": "2022-12-22T20:42:22.105296-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.91000",
            "odds": "2.05000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6380733-f379-4993-9d7f-ef3d2c7f665d/?format=api"
        }
    ]
}