GET /api/bet_types/71a4ac7c-4cbe-4955-b682-ff64fef1f281/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71a4ac7c-4cbe-4955-b682-ff64fef1f281",
    "match": "https://api-prod.gambitprofit.com/api/matches/653fe16c-96dc-4903-9237-c0ea412665a5/?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": 5361.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4639.0
            }
        ],
        "expected_reward_tokens": 8952.87,
        "profit_sb": -47.13,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7421830-fb73-49ef-8940-fb769b22e8b4",
            "gambit_id": "c35fc1cb-ae02-465a-ad49-df623111c27c",
            "last_updated": "2022-09-19T09:27:12.814830-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.67000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71a4ac7c-4cbe-4955-b682-ff64fef1f281/?format=api"
        },
        {
            "id": "3021227b-8ff7-484e-bf9a-2022c0e34e38",
            "gambit_id": "4191e222-c76b-444f-82f7-11e1a661f0eb",
            "last_updated": "2022-09-19T09:27:12.813516-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.93000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71a4ac7c-4cbe-4955-b682-ff64fef1f281/?format=api"
        }
    ]
}