GET /api/bet_types/bbb023bb-9790-4033-91fb-9a94193951aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbb023bb-9790-4033-91fb-9a94193951aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/40c4487e-d383-43d8-b91e-91f8da1bbd9e/?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 8.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "8367fd8b-5a0f-4f68-9654-c04541ece6d8",
            "gambit_id": "20751503-aa41-441c-a47c-d0ae5c79f6c0",
            "last_updated": "2022-08-29T13:17:09.699815-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbb023bb-9790-4033-91fb-9a94193951aa/?format=api"
        },
        {
            "id": "bf182225-0b2f-4cb2-8b4d-d4d571a10a49",
            "gambit_id": "744132fd-2576-438e-b04c-d4cd14c84c5f",
            "last_updated": "2022-08-29T13:17:09.700324-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbb023bb-9790-4033-91fb-9a94193951aa/?format=api"
        }
    ]
}