GET /api/bet_types/28dea443-8d09-4472-a1ca-0dc932e3d200/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28dea443-8d09-4472-a1ca-0dc932e3d200",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c5ab37b-5929-47ff-b32e-3ce6928a0555/?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 2.5",
                "amount": 6454.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3546.0
            }
        ],
        "expected_reward_tokens": 8971.06,
        "profit_sb": -28.94,
        "profit_sb_percentage": -0.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e84a36b-06ed-4341-8073-43afb0af4e2b",
            "gambit_id": "34e64073-723c-4c90-8a01-0d63f8c06979",
            "last_updated": "2022-09-26T09:52:17.846409-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.39000",
            "odds": "1.44000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28dea443-8d09-4472-a1ca-0dc932e3d200/?format=api"
        },
        {
            "id": "7bb90adf-afd0-479f-829a-5975c13b5161",
            "gambit_id": "777965a3-e4ac-4f09-9862-4cb1ebbea6de",
            "last_updated": "2022-09-26T09:52:17.845223-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28dea443-8d09-4472-a1ca-0dc932e3d200/?format=api"
        }
    ]
}