GET /api/bet_types/2097c692-ab45-40c4-a4f0-e3ad6a7db8f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2097c692-ab45-40c4-a4f0-e3ad6a7db8f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9cb3c800-1fc1-4c0d-838c-c3d362ca59b8/?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": "Total Rounds Over 4.5",
                "amount": 6051.0
            },
            {
                "team": "Total Rounds Under 4.5",
                "amount": 3949.0
            }
        ],
        "expected_reward_tokens": 9318.54,
        "profit_sb": -181.46,
        "profit_sb_percentage": -1.91,
        "recommended": false
    },
    "lines": [
        {
            "id": "2837d7c8-c23e-4f1c-911f-d9a7511eb9b1",
            "gambit_id": "17fd0a1a-1788-4491-9869-d366acd2fdce",
            "last_updated": "2022-10-24T10:22:22.975411-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 4.5",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2097c692-ab45-40c4-a4f0-e3ad6a7db8f2/?format=api"
        },
        {
            "id": "555f8f0a-87fc-4a13-bc57-3f9395f3d65d",
            "gambit_id": "bb7d7cfb-7a72-40e4-8106-6d9f06223c86",
            "last_updated": "2022-10-24T10:22:22.974404-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 4.5",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2097c692-ab45-40c4-a4f0-e3ad6a7db8f2/?format=api"
        }
    ]
}