GET /api/bet_types/1af6cb9b-78f7-4736-bde3-209e74417e26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1af6cb9b-78f7-4736-bde3-209e74417e26",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1219a75-80e4-4754-abd1-93f46d6fb3e6/?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": "Total Rounds Over 1.5",
                "amount": 5552.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4448.0
            }
        ],
        "expected_reward_tokens": 8938.72,
        "profit_sb": -61.28,
        "profit_sb_percentage": -0.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "70da1140-4653-4483-bee2-43110f54d1e3",
            "gambit_id": "8a38774b-d4ec-40ef-b77e-f16f2d46fd50",
            "last_updated": "2022-11-14T10:47:56.729565-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.61000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1af6cb9b-78f7-4736-bde3-209e74417e26/?format=api"
        },
        {
            "id": "6174eefb-0e66-4cdf-b851-5fd3457c11d5",
            "gambit_id": "8e6c4cfa-cdfb-46ea-b87d-fd5565d19541",
            "last_updated": "2022-11-14T10:47:56.728427-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1af6cb9b-78f7-4736-bde3-209e74417e26/?format=api"
        }
    ]
}