GET /api/bet_types/3c830c53-1600-4969-af70-2402a8f0765f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c830c53-1600-4969-af70-2402a8f0765f",
    "match": "https://api-prod.gambitprofit.com/api/matches/929cc8e9-f0b4-43b8-bd6f-f031e01ae3ee/?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 60",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 60",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "414e49cc-da05-4855-8091-7510de12b68a",
            "gambit_id": "2636f5e2-e834-4b14-b40c-f56a0fe8df5d",
            "last_updated": "2022-10-11T11:17:03.465483-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 60",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "60.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c830c53-1600-4969-af70-2402a8f0765f/?format=api"
        },
        {
            "id": "1404110f-560a-4abc-a9e8-ccb0754ba513",
            "gambit_id": "a72bc558-b6f6-48a4-83a6-4a51e61fe01b",
            "last_updated": "2022-10-11T11:17:03.464373-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 60",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "60.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c830c53-1600-4969-af70-2402a8f0765f/?format=api"
        }
    ]
}