GET /api/bet_types/1d7a7b1a-6e87-420a-9a13-79e3a8accca3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d7a7b1a-6e87-420a-9a13-79e3a8accca3",
    "match": "https://api-prod.gambitprofit.com/api/matches/99bc5d8d-a3d9-4e38-9608-0eab5c8e03c2/?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 42",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1f93442-62b4-4d9f-87bc-ccc03dab7446",
            "gambit_id": "995f50f7-82b5-4c8d-9110-fa7cc4babaf3",
            "last_updated": "2022-09-19T10:21:57.368925-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 42",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d7a7b1a-6e87-420a-9a13-79e3a8accca3/?format=api"
        },
        {
            "id": "a6649b63-cde3-4197-b5b9-1bc1f367fa4a",
            "gambit_id": "32d3cc4d-3e1d-458d-af0e-bb4cac7ccd94",
            "last_updated": "2022-09-19T10:21:57.367725-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 42",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d7a7b1a-6e87-420a-9a13-79e3a8accca3/?format=api"
        }
    ]
}