GET /api/bet_types/b0516f3f-1502-4a23-b806-318d50da818f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0516f3f-1502-4a23-b806-318d50da818f",
    "match": "https://api-prod.gambitprofit.com/api/matches/131406db-5d95-4d29-a5cb-0d1d880d5219/?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 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8700.0,
        "profit_sb": -300.0,
        "profit_sb_percentage": -3.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc9cff7c-bd00-413d-b0d7-1fad0ad727b5",
            "gambit_id": "c7a3252a-ba47-443c-b9ed-2dbe66c4f0ef",
            "last_updated": "2022-12-10T18:57:13.048555-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.74000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0516f3f-1502-4a23-b806-318d50da818f/?format=api"
        },
        {
            "id": "9557db76-8a16-4239-bf5f-65b9cceeab27",
            "gambit_id": "95f79529-c011-445e-9e8a-be74864f9bfe",
            "last_updated": "2022-12-10T18:57:13.049804-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.74000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0516f3f-1502-4a23-b806-318d50da818f/?format=api"
        }
    ]
}