GET /api/bet_types/f8f89175-14f3-4892-b691-3a2efc9087bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8f89175-14f3-4892-b691-3a2efc9087bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/b968fb26-c9f3-41ba-812a-d73ffdaf82e2/?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 6.5",
                "amount": 5304.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "448944d9-e332-4a97-a617-55948c4b0389",
            "gambit_id": "70c89c68-eef8-4a24-a602-5a10f7f2fbe2",
            "last_updated": "2022-11-11T21:32:21.410836-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8f89175-14f3-4892-b691-3a2efc9087bd/?format=api"
        },
        {
            "id": "82899868-691e-4bd1-86bf-8f3473f1d6b5",
            "gambit_id": "ab65ab5b-4999-4b2f-bcdc-b4fb24e2acf1",
            "last_updated": "2022-11-11T21:32:21.409782-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8f89175-14f3-4892-b691-3a2efc9087bd/?format=api"
        }
    ]
}