GET /api/bet_types/23e68e0e-9784-48c6-9a23-d20e37ab11c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23e68e0e-9784-48c6-9a23-d20e37ab11c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6722c03-8051-44cc-83c3-343c29c4e948/?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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "1739248d-7a2f-4827-ac93-28dd72107af3",
            "gambit_id": "ef3fd858-f9ab-4a6c-aa57-341cbd674319",
            "last_updated": "2022-08-20T12:07:02.295607-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23e68e0e-9784-48c6-9a23-d20e37ab11c2/?format=api"
        },
        {
            "id": "4fc80d85-470d-40ea-bc9d-047a10dcd8f9",
            "gambit_id": "d3498931-fd8d-43b4-877c-348269b483ae",
            "last_updated": "2022-08-20T12:07:02.296812-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23e68e0e-9784-48c6-9a23-d20e37ab11c2/?format=api"
        }
    ]
}