GET /api/bet_types/aa574b5f-b932-48a8-ab09-10ba8892896c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa574b5f-b932-48a8-ab09-10ba8892896c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6173433d-2f3c-4073-b02e-597a9495852e/?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 57",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 57",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "aed0579a-b0f2-405e-b3f2-796fd5b556fc",
            "gambit_id": "70027fa8-48c0-45f7-8c6b-38a553fe41ed",
            "last_updated": "2022-09-05T09:47:21.900938-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 57",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "57.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa574b5f-b932-48a8-ab09-10ba8892896c/?format=api"
        },
        {
            "id": "89921248-0740-48e9-a13e-c6600f4f7534",
            "gambit_id": "148b81b9-77f9-483e-914b-53763e53ef53",
            "last_updated": "2022-09-05T09:47:21.899917-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 57",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "57.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa574b5f-b932-48a8-ab09-10ba8892896c/?format=api"
        }
    ]
}