GET /api/bet_types/7a3c2123-e346-4d77-8322-716a5c7b72f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a3c2123-e346-4d77-8322-716a5c7b72f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d9bf313-139f-4375-9e0e-920ca3e3dc91/?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 Under 4.5",
                "amount": 5378.0
            },
            {
                "team": "Total Rounds Over 4.5",
                "amount": 4622.0
            }
        ],
        "expected_reward_tokens": 8873.7,
        "profit_sb": -126.3,
        "profit_sb_percentage": -1.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "2167c4b1-911d-4a56-aedd-cf91b4c4afa8",
            "gambit_id": "83544bba-6a2b-4380-aa30-3a5e20578129",
            "last_updated": "2022-11-07T08:57:09.169064-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 4.5",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a3c2123-e346-4d77-8322-716a5c7b72f9/?format=api"
        },
        {
            "id": "c0b8fe79-25af-4e34-b2cb-02e629583e72",
            "gambit_id": "101db731-19e4-4c1e-9a6b-512a940ff958",
            "last_updated": "2022-11-07T08:57:09.170187-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 4.5",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a3c2123-e346-4d77-8322-716a5c7b72f9/?format=api"
        }
    ]
}