GET /api/bet_types/f03f996a-b9f6-413b-8def-302c6557c5e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f03f996a-b9f6-413b-8def-302c6557c5e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a1c4b8f-cf29-4a2c-a994-c5fc29d79851/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-29T08:42:07.604843-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": 5196.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f88f1c3-c932-47e0-b193-fd683ae3cde4",
            "gambit_id": "3af40d61-f385-4504-b717-5fe84f8405a4",
            "last_updated": "2022-12-31T10:46:58.122155-05:00",
            "created_at": "2022-12-29T08:42:07.606589-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f03f996a-b9f6-413b-8def-302c6557c5e6/?format=api"
        },
        {
            "id": "d6146d7b-4071-4b44-962e-4c984851ce26",
            "gambit_id": "86c5e785-67bc-48b3-856b-8b6286513c31",
            "last_updated": "2022-12-31T10:46:58.123265-05:00",
            "created_at": "2022-12-29T08:42:07.608256-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f03f996a-b9f6-413b-8def-302c6557c5e6/?format=api"
        }
    ]
}