GET /api/bet_types/99114b75-d0c2-4b88-b89f-51f4c3e7c0e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99114b75-d0c2-4b88-b89f-51f4c3e7c0e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/66943032-760d-4c6a-8f0a-1ce8e57f2a86/?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 42",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "61187f1e-3ed3-4e92-a357-360388e87622",
            "gambit_id": "84d463da-a371-4973-bedb-acaee66eeed5",
            "last_updated": "2022-10-04T09:22:11.717308-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 42",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99114b75-d0c2-4b88-b89f-51f4c3e7c0e9/?format=api"
        },
        {
            "id": "8f627e6e-0c1c-4140-8d78-277bdb1524d1",
            "gambit_id": "a1c3ea84-b6ea-4d1f-9bf8-543b2cee04f8",
            "last_updated": "2022-10-04T09:22:11.716109-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 42",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99114b75-d0c2-4b88-b89f-51f4c3e7c0e9/?format=api"
        }
    ]
}