GET /api/bet_types/e7e9b886-686d-477b-a633-71e27d1f4d26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7e9b886-686d-477b-a633-71e27d1f4d26",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1976e8e-b368-42b7-b9dd-946225b7fc08/?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 2.5",
                "amount": 5067.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4933.0
            }
        ],
        "expected_reward_tokens": 9272.61,
        "profit_sb": -227.39,
        "profit_sb_percentage": -2.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "79c8e80a-77a7-4596-b66b-b65883c8d44b",
            "gambit_id": "2a1aedfa-2f4a-4f32-a888-4cb708fafca9",
            "last_updated": "2022-10-24T12:02:03.953857-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.83000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7e9b886-686d-477b-a633-71e27d1f4d26/?format=api"
        },
        {
            "id": "e92ae3e8-d419-4c33-810e-484a656a4a6f",
            "gambit_id": "4a9fd000-c9de-458a-a9ea-6e70825e20cc",
            "last_updated": "2022-10-24T12:02:03.952582-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.88000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7e9b886-686d-477b-a633-71e27d1f4d26/?format=api"
        }
    ]
}