GET /api/bet_types/fafe8fa9-25b9-41b2-a373-fe22a050c7d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fafe8fa9-25b9-41b2-a373-fe22a050c7d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d7f4091-66c8-4854-8c57-591a885cda23/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-11T10:21:51.432739-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 42",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 42",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "212c149d-9180-43fb-8775-9e352100c885",
            "gambit_id": "3f1cb84c-0b97-4b63-bd33-1d2711670ce3",
            "last_updated": "2023-01-15T15:22:17.492874-05:00",
            "created_at": "2023-01-11T10:21:51.434245-05:00",
            "name": "Game Total Under 42",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fafe8fa9-25b9-41b2-a373-fe22a050c7d9/?format=api"
        },
        {
            "id": "41b4c50b-30a5-4701-836f-7bf47e0718d3",
            "gambit_id": "1172c571-e3de-4b38-aac9-1c63dd0c3a1a",
            "last_updated": "2023-01-15T15:22:17.496113-05:00",
            "created_at": "2023-01-11T10:21:51.435564-05:00",
            "name": "Game Total Over 42",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fafe8fa9-25b9-41b2-a373-fe22a050c7d9/?format=api"
        }
    ]
}