GET /api/bet_types/7766415c-6c16-45e8-9c16-5a5e6b917260/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7766415c-6c16-45e8-9c16-5a5e6b917260",
    "match": "https://api-prod.gambitprofit.com/api/matches/35720ac2-d754-4625-86ce-e22246b20b8a/?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 Under 6.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": 395.04,
        "profit_sb_percentage": 4.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "6663c703-8bbd-4c4e-bf35-db2a568573d1",
            "gambit_id": "f8e0e9b1-f94d-4876-8ecf-15b4c080d689",
            "last_updated": "2022-11-02T10:52:36.026321-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7766415c-6c16-45e8-9c16-5a5e6b917260/?format=api"
        },
        {
            "id": "34476e11-db7b-4fcd-91c7-ca4f9667f39e",
            "gambit_id": "2c8ba628-5c9d-4a66-a1c2-431396b31235",
            "last_updated": "2022-11-02T10:52:36.027449-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7766415c-6c16-45e8-9c16-5a5e6b917260/?format=api"
        }
    ]
}