GET /api/bet_types/ff61f05e-f897-4ec3-9705-7cf6f4cb4b6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff61f05e-f897-4ec3-9705-7cf6f4cb4b6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/81c51f96-9813-4cd3-86fc-8caf3578fdce/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-22T09:01:56.458098-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 223.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 223.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "24be78b4-18d2-429f-b595-4a39b9901b2e",
            "gambit_id": "a893c8eb-effa-4c7d-8827-424fc8836c3e",
            "last_updated": "2023-01-23T14:06:51.930774-05:00",
            "created_at": "2023-01-22T09:01:56.461044-05:00",
            "name": "Game Total Over 223.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff61f05e-f897-4ec3-9705-7cf6f4cb4b6c/?format=api"
        },
        {
            "id": "a22cf9f7-0898-45bb-abf3-5a459404fd11",
            "gambit_id": "e363f519-467f-4a62-8638-caf096f17692",
            "last_updated": "2023-01-23T14:06:51.929710-05:00",
            "created_at": "2023-01-22T09:01:56.459572-05:00",
            "name": "Game Total Under 223.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff61f05e-f897-4ec3-9705-7cf6f4cb4b6c/?format=api"
        }
    ]
}