GET /api/bet_types/b4de5c82-59ea-4c30-bd03-6347d0589dd1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4de5c82-59ea-4c30-bd03-6347d0589dd1",
    "match": "https://api-prod.gambitprofit.com/api/matches/74299dbe-cf2c-4d07-b2b6-7f3c70737864/?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 Over 8",
                "amount": 5205.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "07a3fd86-e347-42df-80aa-fba59a75a684",
            "gambit_id": "12c781f5-6fb9-4761-9a84-2a6169944682",
            "last_updated": "2022-09-05T10:22:00.129399-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4de5c82-59ea-4c30-bd03-6347d0589dd1/?format=api"
        },
        {
            "id": "97ab6cff-3cbd-4a19-9179-029ae2d7331a",
            "gambit_id": "46f62443-f901-48d3-9f6b-e6aaa7b9479f",
            "last_updated": "2022-09-05T10:22:00.128225-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4de5c82-59ea-4c30-bd03-6347d0589dd1/?format=api"
        }
    ]
}