GET /api/bet_types/cfd32941-0023-4e01-9afc-df3fbee096b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfd32941-0023-4e01-9afc-df3fbee096b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef042305-8ba7-4386-9d15-a7a2886e90e7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-01T10:22:12.657214-04: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": 5000.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "32f7e109-bc26-4416-9fee-4155ec70127f",
            "gambit_id": "20f0c23e-ab93-42d5-b3c4-022a2f96617a",
            "last_updated": "2023-04-03T10:07:03.357090-04:00",
            "created_at": "2023-04-01T10:22:12.658975-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfd32941-0023-4e01-9afc-df3fbee096b3/?format=api"
        },
        {
            "id": "f1cbcab1-55f4-4d0b-a8e1-85a47a4f4bdc",
            "gambit_id": "187f769f-c6c3-4827-aacc-143910088519",
            "last_updated": "2023-04-03T10:07:03.359084-04:00",
            "created_at": "2023-04-01T10:22:12.660823-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfd32941-0023-4e01-9afc-df3fbee096b3/?format=api"
        }
    ]
}