GET /api/bet_types/dcb54b5a-ae00-42b5-a377-c76e004cdce4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcb54b5a-ae00-42b5-a377-c76e004cdce4",
    "match": "https://api-prod.gambitprofit.com/api/matches/e839376e-fb13-41e2-a27a-5def0e5a6d89/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-23T12:41:48.356251-04: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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "460bd89c-5e56-4dc2-b5cc-1260f439a896",
            "gambit_id": "f76d9547-5637-499c-9626-dbac6aabb57d",
            "last_updated": "2023-04-24T13:02:13.846331-04:00",
            "created_at": "2023-04-23T12:41:48.358344-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcb54b5a-ae00-42b5-a377-c76e004cdce4/?format=api"
        },
        {
            "id": "3cda770c-f0a3-4438-b750-09c360890ca7",
            "gambit_id": "0084ad46-804e-4523-93be-2dd73bf7bdf5",
            "last_updated": "2023-04-24T13:02:13.849338-04:00",
            "created_at": "2023-04-23T12:41:48.360320-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcb54b5a-ae00-42b5-a377-c76e004cdce4/?format=api"
        }
    ]
}