GET /api/bet_types/cc4f1b20-a54f-4a49-b7b4-4bae72a3de67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc4f1b20-a54f-4a49-b7b4-4bae72a3de67",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c158e75-8894-4f5a-9f83-e2cc807f5428/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T08:53:05.794735-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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3c6f4f6-9787-47b0-8970-77dfffb1dc60",
            "gambit_id": "0843e8b6-7da7-4fb9-abcf-57fb0af66dfe",
            "last_updated": "2023-11-13T14:03:14.243741-05:00",
            "created_at": "2023-11-11T08:53:05.798710-05:00",
            "name": "Game Total Over 6",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc4f1b20-a54f-4a49-b7b4-4bae72a3de67/?format=api"
        },
        {
            "id": "52b93a39-f817-41a2-af00-df67cbe70ac8",
            "gambit_id": "8e411d6b-9d1c-48f1-8094-ab8a25c1ba3a",
            "last_updated": "2023-11-13T14:03:14.247041-05:00",
            "created_at": "2023-11-11T08:53:05.803601-05:00",
            "name": "Game Total Under 6",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc4f1b20-a54f-4a49-b7b4-4bae72a3de67/?format=api"
        }
    ]
}