GET /api/bet_types/4cd6b934-8fb9-46e3-b03d-d08fcbb20dd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4cd6b934-8fb9-46e3-b03d-d08fcbb20dd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/5fd42e1f-f5e6-42e5-8e45-305a7b4abecb/?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 7",
                "amount": 5313.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4687.0
            }
        ],
        "expected_reward_tokens": 9138.36,
        "profit_sb": 138.36,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "d45013e5-875e-4b87-bc04-21f3f9ebc070",
            "gambit_id": "331be866-d6e5-4fdd-88a2-b84aa733ff4e",
            "last_updated": "2022-08-24T10:27:10.684162-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cd6b934-8fb9-46e3-b03d-d08fcbb20dd7/?format=api"
        },
        {
            "id": "b6df6794-9d1c-4555-b37b-d915bd284f43",
            "gambit_id": "bea68a6f-ad3c-4849-a72e-63c2c33e56a1",
            "last_updated": "2022-08-24T10:27:10.683655-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.95000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cd6b934-8fb9-46e3-b03d-d08fcbb20dd7/?format=api"
        }
    ]
}