GET /api/bet_types/f160388f-e772-4f74-955c-a6dd35882bd3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f160388f-e772-4f74-955c-a6dd35882bd3",
    "match": "https://api-prod.gambitprofit.com/api/matches/69f345d7-94ea-42af-a98d-dad2fe5c4403/?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": 5000.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8850.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5bde81b-e19c-48cf-8ab5-a5d5e6325620",
            "gambit_id": "197c0aba-8c2a-4aeb-8b4c-a4bbe12bfa76",
            "last_updated": "2022-08-22T15:47:12.285595-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.77000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f160388f-e772-4f74-955c-a6dd35882bd3/?format=api"
        },
        {
            "id": "f6a360c2-0a58-430d-a7f8-77790e98735d",
            "gambit_id": "738b1388-d0fb-4cf0-895b-525ff05487c5",
            "last_updated": "2022-08-22T15:47:12.285054-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.77000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f160388f-e772-4f74-955c-a6dd35882bd3/?format=api"
        }
    ]
}