GET /api/bet_types/e0e06ec0-017d-4574-bba0-0a772e9af39f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0e06ec0-017d-4574-bba0-0a772e9af39f",
    "match": "https://api-prod.gambitprofit.com/api/matches/3086eff3-3e7a-45dc-bdd8-bb3ea2b2b4da/?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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "571315f6-0627-47df-acc2-fc5eac267ce1",
            "gambit_id": "85f735aa-246b-4636-a87f-43bbe1f639da",
            "last_updated": "2022-10-27T11:57:06.570037-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0e06ec0-017d-4574-bba0-0a772e9af39f/?format=api"
        },
        {
            "id": "c1884c38-5974-4c7d-92b2-4724167e5b95",
            "gambit_id": "3a366832-0819-417c-8e9d-bbc60ba8d5b0",
            "last_updated": "2022-10-27T11:57:06.568821-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0e06ec0-017d-4574-bba0-0a772e9af39f/?format=api"
        }
    ]
}