GET /api/bet_types/1f931d2f-f310-4a52-a490-35148a50fab5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f931d2f-f310-4a52-a490-35148a50fab5",
    "match": "https://api-prod.gambitprofit.com/api/matches/36fcaba2-9d5d-4f05-9b35-a3118353fe12/?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 51.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 51.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f819bf7-94ac-45c5-a8a1-3eeacebe780d",
            "gambit_id": "492242d3-5fbf-484f-b246-9018b7f11590",
            "last_updated": "2022-10-09T18:27:15.035843-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f931d2f-f310-4a52-a490-35148a50fab5/?format=api"
        },
        {
            "id": "d3a5a160-c91c-4d37-b1d3-07b208ce85ce",
            "gambit_id": "5cd7d701-0f4a-4ebd-ba1d-70489176d8c0",
            "last_updated": "2022-10-09T18:27:15.034818-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f931d2f-f310-4a52-a490-35148a50fab5/?format=api"
        }
    ]
}