GET /api/bet_types/addc9ccd-ac88-4362-aa96-6480cf99525c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "addc9ccd-ac88-4362-aa96-6480cf99525c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0d814f0-89fa-407f-96d0-ee2a6bbd1039/?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 51",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 51",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "98fcb247-19ba-4a47-903c-81f1f452f3eb",
            "gambit_id": "4c26ec0f-907d-4e09-ae38-7b211728862a",
            "last_updated": "2022-12-21T22:37:04.614821-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "51.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/addc9ccd-ac88-4362-aa96-6480cf99525c/?format=api"
        },
        {
            "id": "88cf0df3-971b-4495-b05c-998ba212d5b1",
            "gambit_id": "66b9ca69-2517-4e87-85bf-2c9ce82b9c76",
            "last_updated": "2022-12-21T22:37:04.613684-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "51.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/addc9ccd-ac88-4362-aa96-6480cf99525c/?format=api"
        }
    ]
}