GET /api/bet_types/2c8c02ab-5e9c-408b-961b-1f8a26979c67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c8c02ab-5e9c-408b-961b-1f8a26979c67",
    "match": "https://api-prod.gambitprofit.com/api/matches/0620bcf0-af45-46d3-91f2-61c6022a08f3/?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": "39d651ba-3cfe-497e-9626-fc7524adb1a8",
            "gambit_id": "e2459b83-7f73-4227-8c3c-797660f521d4",
            "last_updated": "2022-09-08T10:22:14.527609-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/2c8c02ab-5e9c-408b-961b-1f8a26979c67/?format=api"
        },
        {
            "id": "2608d97e-703f-45e6-888a-a6d6871e8f7f",
            "gambit_id": "3185ccaa-6f6e-40d2-9831-4b5047802383",
            "last_updated": "2022-09-08T10:22:14.526445-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/2c8c02ab-5e9c-408b-961b-1f8a26979c67/?format=api"
        }
    ]
}