GET /api/bet_types/0008024b-d08a-4c32-881d-a27155f3133e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0008024b-d08a-4c32-881d-a27155f3133e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab0e0710-8641-4064-874b-a10c3db5a988/?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 Under 6.5",
                "amount": 5316.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e61c31d-dc8c-4ce3-a60e-5f5910f4f251",
            "gambit_id": "b24c3e3c-bc97-412c-b9b8-78ca93d7cd74",
            "last_updated": "2022-10-18T09:12:07.957552-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0008024b-d08a-4c32-881d-a27155f3133e/?format=api"
        },
        {
            "id": "655c3330-13ad-4f5d-9815-e2959be266a1",
            "gambit_id": "eeb3c918-23ea-4ace-8164-1d20e8dbaa6a",
            "last_updated": "2022-10-18T09:12:07.958761-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0008024b-d08a-4c32-881d-a27155f3133e/?format=api"
        }
    ]
}