GET /api/bet_types/4c67c737-b868-4307-bb2a-2d086fd771e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c67c737-b868-4307-bb2a-2d086fd771e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbc3a389-4449-4eac-b9e3-491927749676/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-10T09:43:10.933720-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 43",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 43",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fca28fab-50d5-4b43-8f4d-dc5af9eae9f4",
            "gambit_id": "fb262d5d-3624-4b9b-994e-167121d19e8c",
            "last_updated": "2024-01-16T23:03:15.800360-05:00",
            "created_at": "2024-01-10T09:43:10.937331-05:00",
            "name": "Game Total Over 43",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c67c737-b868-4307-bb2a-2d086fd771e8/?format=api"
        },
        {
            "id": "5288f8e7-040c-4372-be30-01fa5976ffd0",
            "gambit_id": "72f35380-c6e2-429c-82a9-5b4f5044e7c8",
            "last_updated": "2024-01-16T23:03:15.793593-05:00",
            "created_at": "2024-01-10T09:43:10.953401-05:00",
            "name": "Game Total Under 43",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c67c737-b868-4307-bb2a-2d086fd771e8/?format=api"
        }
    ]
}