GET /api/bet_types/0e2c8a16-ff59-4366-bfb7-91f497be35bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e2c8a16-ff59-4366-bfb7-91f497be35bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd52bb70-6231-498d-a656-f6dc4d793398/?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 42.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef2f18aa-7be4-45da-852f-b9c57f9db1ef",
            "gambit_id": "6945a346-9fd1-40e0-8e7a-e7e05c14396a",
            "last_updated": "2022-11-07T09:57:23.056947-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 42.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e2c8a16-ff59-4366-bfb7-91f497be35bc/?format=api"
        },
        {
            "id": "3567c84b-9918-4618-a23a-e628611284ae",
            "gambit_id": "0f916bbe-afb4-4d6d-b94b-b9b46f4cc793",
            "last_updated": "2022-11-07T09:57:23.055786-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 42.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e2c8a16-ff59-4366-bfb7-91f497be35bc/?format=api"
        }
    ]
}