GET /api/bet_types/f3ad6b0c-3ea4-4055-9792-6031de06051d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3ad6b0c-3ea4-4055-9792-6031de06051d",
    "match": "https://api-prod.gambitprofit.com/api/matches/11588bb2-90ef-4aec-a82e-61a07485360d/?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 35.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 35.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5158d5d4-8331-45b9-be73-b97c92655e5a",
            "gambit_id": "26f35616-6615-45f3-952d-bcb648a923ee",
            "last_updated": "2022-11-14T09:58:59.803824-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 35.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "35.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3ad6b0c-3ea4-4055-9792-6031de06051d/?format=api"
        },
        {
            "id": "05a549e7-d856-4a4d-9963-41761434c0f1",
            "gambit_id": "6d7874db-3a07-4cee-af67-d70a2f31344b",
            "last_updated": "2022-11-14T09:58:59.805117-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 35.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "35.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3ad6b0c-3ea4-4055-9792-6031de06051d/?format=api"
        }
    ]
}