GET /api/bet_types/f00267de-4639-49b8-af57-fe92f8d82819/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f00267de-4639-49b8-af57-fe92f8d82819",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d0f1589-2203-4d0c-8c90-0de4f7285476/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-11T09:38:13.791076-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 7",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d010ca8-6e4a-4a9e-8299-215642d32cc7",
            "gambit_id": "1f2636ca-ea07-47cd-92b8-508e784c305a",
            "last_updated": "2024-01-15T09:48:15.145452-05:00",
            "created_at": "2024-01-11T09:38:13.798734-05:00",
            "name": "Game Total Under 7",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f00267de-4639-49b8-af57-fe92f8d82819/?format=api"
        },
        {
            "id": "4c38ff45-5a8c-434d-aba1-d3426a95b0ca",
            "gambit_id": "cc49399a-b665-494d-b661-18404d322e11",
            "last_updated": "2024-01-15T09:48:15.141048-05:00",
            "created_at": "2024-01-11T09:38:13.794965-05:00",
            "name": "Game Total Over 7",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f00267de-4639-49b8-af57-fe92f8d82819/?format=api"
        }
    ]
}