GET /api/bet_types/896e31e6-fcad-4f88-9eb8-595e3e9c8597/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "896e31e6-fcad-4f88-9eb8-595e3e9c8597",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a4b2308-854b-47f8-b480-a23c77efd88c/?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",
                "amount": 5097.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec023c98-17de-453e-a661-ec9bc498b4ea",
            "gambit_id": "f11226ce-7cc1-46b8-bfb1-e3db975bb8bc",
            "last_updated": "2022-11-04T09:17:43.965302-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/896e31e6-fcad-4f88-9eb8-595e3e9c8597/?format=api"
        },
        {
            "id": "6337f51b-ada9-4a0a-ba0f-c92491a5d796",
            "gambit_id": "6b1e047a-d378-4ad6-af88-95e873cc40cc",
            "last_updated": "2022-11-04T09:17:43.966308-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/896e31e6-fcad-4f88-9eb8-595e3e9c8597/?format=api"
        }
    ]
}